From 7b15c6fd0a31094a53ff0480f45e8ad95d906478 Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 27 Jan 2002 01:00:16 +0000 Subject: Add support for the Netgear GA302T 10/100/1000 adapter. Given that it's a 32-bit card, it's quite nice for $75. MFC after: 3 days --- sys/conf/NOTES | 6 +++--- sys/dev/bge/if_bge.c | 2 ++ sys/dev/bge/if_bgereg.h | 6 ++++++ sys/i386/conf/NOTES | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) (limited to 'sys') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1311973..e8c6cc5 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1718,9 +1718,9 @@ device miibus # awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and # Harris (Intersil) Chipset with PCnetMobile firmware by AMD. # bge: Support for gigabit ethernet adapters based on the Broadcom -# BCM570x familiy of controllers, including the 3Com 3c996-T, -# the SysKonnect SK-9D21 and SK-9D41, and the embedded gigE NICs -# on Dell PowerEdge 2550 servers. +# BCM570x family of controllers, including the 3Com 3c996-T, +# the Netgear GA302T, the SysKonnect SK-9D21 and SK-9D41, and +# the embedded gigE NICs on Dell PowerEdge 2550 servers. # cnw: Xircom CNW/Netware Airsurfer PC Card adapter # cm: Arcnet SMC COM90c26 / SMC COM90c56 # (and SMC COM90c66 in '56 compatibility mode) adapters. diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index ae7b424..7b192e1 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -143,6 +143,8 @@ static struct bge_type bge_devs[] = { "Broadcom BCM5701 Gigabit Ethernet" }, { SK_VENDORID, SK_DEVICEID_ALTIMA, "SysKonnect Gigabit Ethernet" }, + { ALTIMA_VENDORID, ALTIMA_DEVICE_AC1000, + "Altima AC1000 Gigabit Ethernet" }, { 0, 0, NULL } }; diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h index 76ba5d5..1436baf 100644 --- a/sys/dev/bge/if_bgereg.h +++ b/sys/dev/bge/if_bgereg.h @@ -1800,6 +1800,12 @@ struct bge_status_block { #define SK_SUBSYSID_9D41 0x4441 /* + * Altima PCI vendor/device ID. + */ +#define ALTIMA_VENDORID 0x173b +#define ALTIMA_DEVICE_AC1000 0x03e8 + +/* * Offset of MAC address inside EEPROM. */ #define BGE_EE_MAC_OFFSET 0x7C diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1311973..e8c6cc5 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1718,9 +1718,9 @@ device miibus # awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and # Harris (Intersil) Chipset with PCnetMobile firmware by AMD. # bge: Support for gigabit ethernet adapters based on the Broadcom -# BCM570x familiy of controllers, including the 3Com 3c996-T, -# the SysKonnect SK-9D21 and SK-9D41, and the embedded gigE NICs -# on Dell PowerEdge 2550 servers. +# BCM570x family of controllers, including the 3Com 3c996-T, +# the Netgear GA302T, the SysKonnect SK-9D21 and SK-9D41, and +# the embedded gigE NICs on Dell PowerEdge 2550 servers. # cnw: Xircom CNW/Netware Airsurfer PC Card adapter # cm: Arcnet SMC COM90c26 / SMC COM90c56 # (and SMC COM90c66 in '56 compatibility mode) adapters. -- cgit v1.1