kernel/net: On i386, make the interface baudrate 64 bits in a few places.
authorSascha Wildner <saw@online.de>
Mon, 2 Jul 2012 02:02:31 +0000 (04:02 +0200)
committerSascha Wildner <saw@online.de>
Mon, 2 Jul 2012 02:03:12 +0000 (04:03 +0200)
commitb1cbfcfac66091ff546d29a476fc04601e2f776b
tree31829ea650c6126f3e87a4abae348025abb6b7f5
parentb4ecb0509254e2b306a41e807ff92d977cf61a02
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
share/man/man9/ifnet.9
sys/dev/netif/sbni/if_sbni.c
sys/net/if.h
sys/net/if_media.c
sys/net/if_media.h