diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-05-24 21:48:09 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-05-24 21:48:09 +0000 |
commit | 84119d93c3659476d01abcdfe7f15d6db1196f0c (patch) | |
tree | 33b7c38d7655a98b4058121ba857e8d43bb3c901 /sys/arch/i386 | |
parent | 3d1114a15e5bc07adfba985edf2cd5f9c41ec449 (diff) |
Remove PHYs which don't have an associated driver
on the ramdisks.
ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-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 | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 548180349a7..dc66089ed91 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.168 2009/10/28 04:12:29 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.169 2010/05/24 21:48:08 jsg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -267,7 +267,7 @@ icsphy* at mii? # ICS 1890 PHYs #lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? # NS and compatible PHYs -qsphy* at mii? # Quality Semi QS6612 PHYs +#qsphy* at mii? # Quality Semi QS6612 PHYs #sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 579a4768fd7..4f64dacd5d1 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.112 2009/12/04 17:51:03 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.113 2010/05/24 21:48:08 jsg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -289,7 +289,7 @@ icsphy* at mii? # ICS 1890 PHYs #lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? # NS and compatible PHYs -qsphy* at mii? # Quality Semi QS6612 PHYs +#qsphy* at mii? # Quality Semi QS6612 PHYs #sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index eec2f384476..a606ccacd15 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.92 2009/02/17 19:17:33 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.93 2010/05/24 21:48:08 jsg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -309,23 +309,23 @@ ath* at cardbus? # Atheros AR5k (802.11a/b/g) #rtw* at cardbus? # Realtek 8180 # Media Independent Interface (mii) drivers -exphy* at mii? # 3Com internal PHYs +#exphy* at mii? # 3Com internal PHYs inphy* at mii? # Intel 82555 PHYs iophy* at mii? # Intel 82553 PHYs icsphy* at mii? # ICS 1890 PHYs #lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? # NS and compatible PHYs -qsphy* at mii? # Quality Semi QS6612 PHYs +#qsphy* at mii? # Quality Semi QS6612 PHYs #sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs -mtdphy* at mii? # Myson MTD972 PHYs +#mtdphy* at mii? # Myson MTD972 PHYs #dcphy* at mii? # Digital Clone PHYs -amphy* at mii? # AMD 79C873 PHYs +#amphy* at mii? # AMD 79C873 PHYs #tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs rgephy* at mii? # Realtek 8169S/8110S PHY -ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY +#ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY #ipgphy* at mii? # IC Plus IP1000A PHYs ukphy* at mii? # "unknown" PHYs |