diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-11-25 12:00:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-11-25 12:00:47 +0000 |
commit | df4c9da5ca528d76760f7fc3c6212f62c75bebb1 (patch) | |
tree | 79bd84aac27a481640591dca76da9e8641a67e63 /sys/arch/amd64 | |
parent | 7ebaca3e5c6296eb2269e443a2ba69cb4c9cc792 (diff) |
Enable et/etphy now it can pass packets both ways.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 62ca3cf117d..e0d1bb9ca78 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.204 2007/11/24 11:32:28 reyk Exp $ +# $OpenBSD: GENERIC,v 1.205 2007/11/25 12:00:46 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -393,6 +393,7 @@ thtc* at pci? # Tehuti Networks 10Gb ethernet tht* at thtc? gem* at pci? # Sun 'gem' ethernet bce* at pci? # Broadcom BCM4401 +et* at pci? # Agere/LSI ET1310 # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) @@ -449,6 +450,7 @@ rgephy* at mii? # Realtek 8169S/8110S PHY urlphy* at mii? # Realtek RTL8150L internal PHY ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY gentbi* at mii? # Generic 1000BASE-X ten-bit PHY +etphy* at mii? # Agere/LSI ET1011 TruePHY ukphy* at mii? # "unknown" PHYs eap* at pci? # Ensoniq AudioPCI S5016 |