summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/bge.42
-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
5 files changed, 16 insertions, 6 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4
index 95b0f79..34897e3 100644
--- a/share/man/man4/bge.4
+++ b/share/man/man4/bge.4
@@ -53,6 +53,8 @@ following:
.It
Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
.It
+Netgear GA302T (10/100/1000baseTX)
+.It
SysKonnect SK-9D21 (10/100/1000baseTX)
.It
SysKonnect SK-9D41 (1000baseSX)
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