summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-06-07 22:58:32 +0000
committermarcel <marcel@FreeBSD.org>2008-06-07 22:58:32 +0000
commit50176cfd31967b8c6e26f64bcd8555187b4a577b (patch)
tree598b565eb8eff8ec4321f409588d85735bc4b385 /sys/conf
parent7cc97ffd512dc3393fb06812a6b553e964bcfcf7 (diff)
downloadFreeBSD-src-50176cfd31967b8c6e26f64bcd8555187b4a577b.zip
FreeBSD-src-50176cfd31967b8c6e26f64bcd8555187b4a577b.tar.gz
Add support for the Apple Big Mac (BMAC) Ethernet controller,
found on various Apple G3 models. Submitted by: Nathan Whitehorn
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files.powerpc1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2e78c99..48977b2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1735,6 +1735,7 @@ device miibus
# 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.
+# bm: Apple BMAC (Big Mac Ethernet).
# cm: Arcnet SMC COM90c26 / SMC COM90c56
# (and SMC COM90c66 in '56 compatibility mode) adapters.
# cnw: Xircom CNW/Netware Airsurfer PC Card adapter
@@ -1873,6 +1874,7 @@ device age # Attansic/Atheros L1 Gigabit Ethernet
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
device bfe # Broadcom BCM440x 10/100 Ethernet
device bge # Broadcom BCM570xx Gigabit Ethernet
+device bm # Apple BMAC (Big Mac Ethernet)
device cxgb # Chelsio T3 10 Gigabit Ethernet
device cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet firmware
device dc # DEC/Intel 21143 and various workalikes
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 6b73b6e..becba33 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -27,6 +27,7 @@ opt_ah.h optional ath_hal \
crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec | netsmb
+dev/bm/if_bm.c optional bm powermac
dev/fb/fb.c optional sc
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
dev/kbd/kbd.c optional sc
OpenPOWER on IntegriCloud