diff options
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a5ff1695caa..b91db9db2f5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.346 2003/08/12 23:23:56 jason Exp $ +# $OpenBSD: GENERIC,v 1.347 2003/08/19 03:36:20 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -367,6 +367,7 @@ xl* at pci? dev ? function ? # 3C9xx ethernet xl* at cardbus? dev ? function ? # 3C575/3C656 ethernet rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet rl* at cardbus? dev ? function ? # RealTek 81[23]9 ethernet +mtd* at pci? dev ? function ? # Myson MTD803 tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet tl* at pci? dev ? function ? # Compaq Thunderlan ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet @@ -408,7 +409,7 @@ nsphyter* at mii? phy ? # NS and compatible PHYs qsphy* at mii? phy ? # Quality Semi QS6612 PHYs sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs -#mtdphy* at mii? phy ? # Myson MTD972 PHYs +mtdphy* at mii? phy ? # Myson MTD972 PHYs dcphy* at mii? phy ? # Digital Clone PHYs acphy* at mii? phy ? # Altima AC101 PHYs amphy* at mii? phy ? # AMD 79C873 PHYs |