diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-02-22 00:59:47 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-02-22 00:59:47 +0000 |
commit | 382fe56a1524c8d39932e80f9b139deea0536f03 (patch) | |
tree | 380edc6ab7b0e0e1bbe0723faf76fb0b19329d53 /sys/arch | |
parent | 83b0c7cc85a3d2f0225ab8c903a653adcc7205e3 (diff) |
Enable lxtphy and qsphy because they both work fine for me, ok jason@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e9feafd033a..02fde436bf0 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.243 2001/02/21 20:40:02 jbm Exp $ +# $OpenBSD: GENERIC,v 1.244 2001/02/22 00:59:46 chris Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -335,9 +335,9 @@ exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs iophy* at mii? phy ? # Intel 82553 PHYs icsphy* at mii? phy ? # ICS 1890 PHYs -#lxtphy* at mii? phy ? # Level1 LXT970 PHYs +lxtphy* at mii? phy ? # Level1 LXT970 PHYs nsphy* at mii? phy ? # NS and compatible PHYs -#qsphy* at mii? phy ? # Quality Semi QS6612 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 |