diff options
author | 2001-07-06 18:35:54 +0000 | |
---|---|---|
committer | 2001-07-06 18:35:54 +0000 | |
commit | f86287cb29ce6430709bc645684f536c3319b06e (patch) | |
tree | 2a39020401b98f944ca22b05a64f22fb1583353b | |
parent | missing prototypes; ok millert (diff) | |
download | wireguard-openbsd-f86287cb29ce6430709bc645684f536c3319b06e.tar.xz wireguard-openbsd-f86287cb29ce6430709bc645684f536c3319b06e.zip |
qsphy required for tx
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 1b92a17388c..790120355cd 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.107 2001/06/27 05:46:15 art Exp $ +# $OpenBSD: RAMDISK,v 1.108 2001/07/06 18:35:54 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -235,7 +235,7 @@ icsphy* at mii? phy ? # ICS 1890 PHYs #lxtphy* at mii? phy ? # Level1 LXT970 PHYs nsphy* at mii? phy ? # NS and compatible PHYs nsphyter* 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 diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 606042be0c7..7d0f9dbc067 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.41 2001/06/27 05:46:15 art Exp $ +# $OpenBSD: RAMDISKB,v 1.42 2001/07/06 18:35:54 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -252,7 +252,7 @@ icsphy* at mii? phy ? # ICS 1890 PHYs #lxtphy* at mii? phy ? # Level1 LXT970 PHYs nsphy* at mii? phy ? # NS and compatible PHYs nsphyter* 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 diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 964df8d0c19..cbc8f04e28b 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.22 2001/06/27 05:46:16 art Exp $ +# $OpenBSD: RAMDISKC,v 1.23 2001/07/06 18:35:54 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -248,7 +248,7 @@ icsphy* at mii? phy ? # ICS 1890 PHYs #lxtphy* at mii? phy ? # Level1 LXT970 PHYs nsphy* at mii? phy ? # NS and compatible PHYs nsphyter* 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 |