summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-10-12 17:06:58 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-10-12 17:06:58 +0000
commit17f116fa65405123afb56f843d48cc73e19c4d4b (patch)
tree315761042be00fd51cd37772bbbe6ae0a20a7efa
parent8131c1a626a647cd8b251b91751852e1091846bb (diff)
add iophy*
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/RAMDISK3
-rw-r--r--sys/arch/i386/conf/RAMDISKB3
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD3
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 90c113cd5d7..661aff9a5eb 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.132 1999/10/01 03:19:12 jason Exp $
+# $OpenBSD: GENERIC,v 1.133 1999/10/12 17:06:56 jason Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -240,6 +240,7 @@ sk* at skc? # each port of above
# 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
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
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index e3a4e803a21..7dec53ca08c 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.3 1999/10/11 19:46:59 deraadt Exp $
+# $OpenBSD: RAMDISKB,v 1.4 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.
@@ -214,6 +214,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
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