diff options
author | 2001-02-22 00:59:46 +0000 | |
---|---|---|
committer | 2001-02-22 00:59:46 +0000 | |
commit | 5422d9aab79475f90e8955fdd6eb84160baab925 (patch) | |
tree | 7bb96d6531cb4ef519d5aae5e05d02fcf895a96e | |
parent | Add bus_dma.9 and bus_space.9 (diff) | |
download | wireguard-openbsd-5422d9aab79475f90e8955fdd6eb84160baab925.tar.xz wireguard-openbsd-5422d9aab79475f90e8955fdd6eb84160baab925.zip |
Enable lxtphy and qsphy because they both work fine for me, ok jason@
-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 |