summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-06-20 19:28:33 +0000
committerdelphij <delphij@FreeBSD.org>2008-06-20 19:28:33 +0000
commitee624c02de291e80fba09ba6c9a9307a67dd1a51 (patch)
treeb5985620093cce5e28d20dce0f6c43997a353a0b /sys/conf
parent0c235e44e0fb17bd33556dadd61d7697ab1920d5 (diff)
downloadFreeBSD-src-ee624c02de291e80fba09ba6c9a9307a67dd1a51.zip
FreeBSD-src-ee624c02de291e80fba09ba6c9a9307a67dd1a51.tar.gz
Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit
Ethernet device driver, written by sephe@ Obtained from: DragonFly Sponsored by: iXsystems MFC after: 2 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2e78c99..c136b98 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1876,6 +1876,7 @@ device bge # Broadcom BCM570xx Gigabit 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
+device et # Agere ET1310 10/100/Gigabit Ethernet
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
hint.fxp.0.prefer_iomap="0"
device gem # Apple GMAC/Sun ERI/Sun GEM
diff --git a/sys/conf/files b/sys/conf/files
index b926605..d558abd 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -636,6 +636,7 @@ dev/em/e1000_phy.c optional em | igb \
compile-with "${NORMAL_C} -I$S/dev/em"
dev/em/e1000_osdep.c optional em | igb \
compile-with "${NORMAL_C} -I$S/dev/em"
+dev/et/if_et.c optional et
dev/en/if_en_pci.c optional en pci
dev/en/midway.c optional en
dev/ep/if_ep.c optional ep
@@ -904,6 +905,7 @@ dev/mii/ruephy.c optional miibus | ruephy
dev/mii/smcphy.c optional miibus | smcphy
dev/mii/tdkphy.c optional miibus | tdkphy
dev/mii/tlphy.c optional miibus | tlphy
+dev/mii/truephy.c optional miibus | truephy
dev/mii/ukphy.c optional miibus | mii
dev/mii/ukphy_subr.c optional miibus | mii
dev/mii/xmphy.c optional miibus | xmphy
OpenPOWER on IntegriCloud