summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-09-22 20:43:34 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-09-22 20:43:34 +0000
commitc7a34785d6dbeee67a3cf1a411159c1ee795bc08 (patch)
tree552333eba5f360d9b3de48d7232f372c9b9e97e0 /sys/arch/alpha
parent3e95c62a8d107490bc393fb74fa9b7b4dbafc25e (diff)
Add mii layer for alpha (needed by new fxp)
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/conf/GENERIC8
-rw-r--r--sys/arch/alpha/conf/RAMDISK8
-rw-r--r--sys/arch/alpha/conf/files.alpha7
3 files changed, 20 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index f743598ca01..47212c6f319 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.30 1998/03/08 01:52:13 millert Exp $
+# $OpenBSD: GENERIC,v 1.31 1998/09/22 20:43:33 jason Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -82,6 +82,12 @@ sio* at pci? dev ? function ? # Intel PCI-ISA bridge
tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics
#cy* at pci? # PCI cyclom card
+# Media Independent Interface (mii) drivers
+#exphy* at mii? phy ? # 3Com internal PHYs
+inphy* at mii? phy ? # Intel 82555 PHYs
+#nsphy* at mii? phy ? # NS and compatible PHYs
+#qsphy* at mii? phy ? # Quality Semi QS6612 PHYs
+
# ISA/EISA bus support
isa* at pceb?
eisa* at pceb?
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK
index 851156b95cf..b38014e6ca8 100644
--- a/sys/arch/alpha/conf/RAMDISK
+++ b/sys/arch/alpha/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.17 1998/09/21 23:16:56 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.18 1998/09/22 20:43:33 jason Exp $
# $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -121,6 +121,12 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges
sio* at pci? dev ? function ? # Intel PCI-ISA bridge
tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics
+# Media Independent Interface (mii) drivers
+#exphy* at mii? phy ? # 3Com internal PHYs
+inphy* at mii? phy ? # Intel 82555 PHYs
+#nsphy* at mii? phy ? # NS and compatible PHYs
+#qsphy* at mii? phy ? # Quality Semi QS6612 PHYs
+
# ISA/EISA bus support
isa* at pceb?
eisa* at pceb?
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index 7edde5f551e..8f9ad066435 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: files.alpha,v 1.22 1998/07/01 02:44:11 angelos Exp $
+# $OpenBSD: files.alpha,v 1.23 1998/09/22 20:43:33 jason Exp $
# $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $
#
# alpha-specific configuration info
@@ -28,6 +28,11 @@ major { ccd = 7 }
major { vnd = 9 }
#
+# Media Indepedent Interface (mii)
+#
+include "../../../dev/mii/files.mii"
+
+#
# Machine-independent SCSI drivers
#