summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2002-01-27 01:00:16 +0000
committerjdp <jdp@FreeBSD.org>2002-01-27 01:00:16 +0000
commit7b15c6fd0a31094a53ff0480f45e8ad95d906478 (patch)
treed5fd4ae3323860fb93eb0891af9a4ff46908a7be /sys
parent7119c584879890efe6e984d27f939052ff2d0d0c (diff)
downloadFreeBSD-src-7b15c6fd0a31094a53ff0480f45e8ad95d906478.zip
FreeBSD-src-7b15c6fd0a31094a53ff0480f45e8ad95d906478.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/dev/bge/if_bge.c2
-rw-r--r--sys/dev/bge/if_bgereg.h6
-rw-r--r--sys/i386/conf/NOTES6
4 files changed, 14 insertions, 6 deletions
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.
OpenPOWER on IntegriCloud