git: if_bge: Support more chipsets
Michael Neumann
mneumann at crater.dragonflybsd.org
Mon Jul 18 16:11:13 PDT 2011
commit f47afe1ae70c898a48a9235e69d28f2ed521b48e
Author: Michael Neumann <mneumann at ntecs.de>
Date: Tue Jul 19 01:00:14 2011 +0200
if_bge: Support more chipsets
Add (limited) support for 5761, 5784, 57780 chipsets.
Tested with a Broadcom BCM5723. It works when media is set
before an IP is being assigned, otherwise it panics. Also panics
a lot on a SMP system.
Obtained from: FreeBSD rev 197832.
Summary of changes:
sys/bus/pci/pcidevs | 14 ++++
sys/bus/pci/pcidevs.h | 14 ++++
sys/bus/pci/pcidevs_data.h | 84 +++++++++++++++++++++++
sys/dev/netif/bge/if_bge.c | 74 ++++++++++++++++-----
sys/dev/netif/bge/if_bgereg.h | 147 ++++++++++++++++++++++++-----------------
5 files changed, 257 insertions(+), 76 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f47afe1ae70c898a48a9235e69d28f2ed521b48e
--
DragonFly BSD source repository
More information about the Commits
mailing list