DragonFly BSD
DragonFly commits List (threaded) for 2012-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel/net: On i386, make the interface baudrate 64 bits in a few places.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 1 Jul 2012 19:04:14 -0700 (PDT)

commit b1cbfcfac66091ff546d29a476fc04601e2f776b
Author: Sascha Wildner <saw@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]