diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-10-12 17:06:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-10-12 17:06:58 +0000 |
commit | 17f116fa65405123afb56f843d48cc73e19c4d4b (patch) | |
tree | 315761042be00fd51cd37772bbbe6ae0a20a7efa /sys/arch/i386/conf/RAMDISK | |
parent | 8131c1a626a647cd8b251b91751852e1091846bb (diff) |
add iophy*
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 7e1976bf56b..eb0605e12f0 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.68 1999/10/11 19:46:59 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.69 1999/10/12 17:06:56 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -215,6 +215,7 @@ wb* at pci? dev ? function ? # Winbond W89C840F ethernet # Media Independent Interface (mii) drivers 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 nsphy* at mii? phy ? # NS and compatible PHYs |