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/conf/RAMDISK | |
parent | 3d1114a15e5bc07adfba985edf2cd5f9c41ec449 (diff) |
Remove PHYs which don't have an associated driver
on the ramdisks.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 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 |