diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-01-18 04:41:27 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-01-18 04:41:27 +0000 |
commit | c3f5eb1daff181397b845a879d562c284af2815f (patch) | |
tree | fc2cf490ab8e649e83fe192109c6fb5408436b0c /sys/arch/amd64/conf/GENERIC | |
parent | 192d0dca46e0e909f463e26cd6e473d578cc064d (diff) |
enable atphy/age
ok kettenis@
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ecd5d5c1936..0678609356b 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.254 2009/01/13 13:53:50 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.255 2009/01/18 04:41:26 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -442,6 +442,7 @@ tht* at thtc? gem* at pci? # Sun 'gem' ethernet bce* at pci? # Broadcom BCM4401 et* at pci? # Agere/LSI ET1310 +age* at pci? # Attansic L1 Ethernet lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet @@ -501,7 +502,8 @@ 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 jmphy* at mii? # JMicron JMP202/JMP211 PHYs -ipgphy* at mii? # IC Plus IP1000A PHYs +atphy* at mii? # Attansic F1 PHYs +ipgphy* at mii? # IC Plus IP1000A PHYs ukphy* at mii? # "unknown" PHYs eap* at pci? # Ensoniq AudioPCI S5016 |