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_CD | |
parent | 8131c1a626a647cd8b251b91751852e1091846bb (diff) |
add iophy*
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 313faeadc21..365d7d7da85 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.4 1999/10/11 19:46:59 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.5 1999/10/12 17:06:57 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -218,6 +218,7 @@ ax* at pci? dev ? function ? # ASIX AX88140A 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 |