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/arch/i386/conf | |
parent | 89c635afdfd43ab6bec30d668740e3260aa99fa7 (diff) |
add mtdphy (commented out for now)
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
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 |