git: kernel/net: On i386, make the interface baudrate 64 bits in a few places.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jul 1 19:04:14 PDT 2012
commit b1cbfcfac66091ff546d29a476fc04601e2f776b
Author: Sascha Wildner <saw at online.de>
Date: Mon Jul 2 04:02:31 2012 +0200
kernel/net: On i386, make the interface baudrate 64 bits in a few places.
For 10Gb ethernet.
For ifi_baudrate in struct if_data (which is public), NetBSD uses
uint64_t too, so no pkgsrc breakage is expected. However, a few
i386 binary packages we offer might be broken now on master.
Discussed-with: sephe
Summary of changes:
share/man/man9/ifnet.9 | 2 +-
sys/dev/netif/sbni/if_sbni.c | 3 +--
sys/net/if.h | 2 +-
sys/net/if_media.c | 3 +--
sys/net/if_media.h | 6 +++---
5 files changed, 7 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b1cbfcfac66091ff546d29a476fc04601e2f776b
--
DragonFly BSD source repository
More information about the Commits
mailing list