diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-12-28 03:50:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-12-28 03:50:39 +0000 |
commit | 8a0a9e6313704ace9c85da2972df9a71bf205087 (patch) | |
tree | 6fa9e5f510276876dc792a7681dbf46d720c4f85 /sys | |
parent | 89c635afdfd43ab6bec30d668740e3260aa99fa7 (diff) |
add mtdphy (commented out for now)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 72a2882fce3..237a13a0566 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.35 1998/11/11 20:12:52 jason Exp $ +# $OpenBSD: GENERIC,v 1.36 1998/12/28 03:50:37 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. @@ -91,6 +91,7 @@ inphy* at mii? phy ? # Intel 82555 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs +#mtdphy* at mii? phy ? # Myson MTD972 PHYs #ukphy* at mii? phy ? # "unknown" PHYs # ISA/EISA bus support diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 41b836eb7e8..48475ed2b4b 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 1998/12/19 19:05:02 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.22 1998/12/28 03:50:37 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. @@ -130,6 +130,7 @@ inphy* at mii? phy ? # Intel 82555 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs +#mtdphy* at mii? phy ? # Myson MTD972 PHYs #ukphy* at mii? phy ? # "unknown" PHYs # ISA/EISA bus support diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7226888f2c4..8be2835406a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.94 1998/12/27 09:41:57 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.95 1998/12/28 03:50:38 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -199,6 +199,7 @@ inphy* at mii? phy ? # Intel 82555 PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs +#mtdphy* at mii? phy ? # Myson MTD972 PHYs #ukphy* at mii? phy ? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 8adc9cb8532..f9e4af926cf 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.54 1998/12/27 09:41:57 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.55 1998/12/28 03:50:38 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -202,6 +202,7 @@ inphy* at mii? phy ? # Intel 82555 PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs +#mtdphy* at mii? phy ? # Myson MTD972 PHYs #ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback |