aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/devices.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2001-09-27 23:55:28 +0000
committerBill Paul <wpaul@FreeBSD.org>2001-09-27 23:55:28 +0000
commit95d674824fe3a2e102b1463fec040433d86532a6 (patch)
tree86cf681b6b657af2e9cc039534eeb1846107ab45 /usr.sbin/sade/devices.c
parent830cc1784106d4ba64aeba573a14b7eee49d5798 (diff)
downloadsrc-95d674824fe3a2e102b1463fec040433d86532a6.tar.gz
src-95d674824fe3a2e102b1463fec040433d86532a6.zip
Add device driver support for the Broadcom BCM570x family of gigabit
ethernet controllers. This adds support for the 3Com 3c996-T, the SysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs on Dell PowerEdge 2550 servers. The latter configuration hauls ass: preliminary measurements show TCP speeds of over 900Mbps using only normal size frames. TCP/IP checksum offload, jumbo frames and VLAN tag insertion/stripping are supported, as well as interrupt moderation. Still need to fix autonegotiation support for 1000baseSX NICs, but beyond that, driver is pretty solid.
Notes
Notes: svn path=/head/; revision=84059
Diffstat (limited to 'usr.sbin/sade/devices.c')
-rw-r--r--usr.sbin/sade/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index 2366277d48bf..30993760b192 100644
--- a/usr.sbin/sade/devices.c
+++ b/usr.sbin/sade/devices.c
@@ -82,6 +82,7 @@ static struct _devname {
{ DEVICE_TYPE_DISK, "aacd%d", "Adaptec FSA RAID array", 151, 65538, 8, 4 },
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4 },
{ DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" },
+ { DEVICE_TYPE_NETWORK, "bge", "Broadcom BCM570x PCI gigabit ethernet card" },
{ DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" },
{ DEVICE_TYPE_NETWORK, "fpa", "DEC DEFPA PCI FDDI card" },
{ DEVICE_TYPE_NETWORK, "sr", "SDL T1/E1 sync serial PCI card" },