diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/NETTAN | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/PETRA | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
6 files changed, 14 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b3329f2e2c9..331185d1979 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.152 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: GENERIC,v 1.153 2000/01/09 01:42:25 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -266,6 +266,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs +dcphy* at mii? phy ? # Digital Clone 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/NETTAN b/sys/arch/i386/conf/NETTAN index ab50be4398e..6f401e8a56f 100644 --- a/sys/arch/i386/conf/NETTAN +++ b/sys/arch/i386/conf/NETTAN @@ -1,4 +1,4 @@ -# $OpenBSD: NETTAN,v 1.36 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: NETTAN,v 1.37 2000/01/09 01:42:25 jason Exp $ # # NETTAN -- Applitron Datasystem AB # @@ -6,7 +6,7 @@ machine i386 # architecture, used by config; REQUIRED #include "../../../conf/GENERIC" -# $OpenBSD: NETTAN,v 1.36 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: NETTAN,v 1.37 2000/01/09 01:42:25 jason Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -320,6 +320,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs +dcphy* at mii? phy ? # Digital Clone 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/PETRA b/sys/arch/i386/conf/PETRA index a1d4e9c5a05..2c56734c3eb 100644 --- a/sys/arch/i386/conf/PETRA +++ b/sys/arch/i386/conf/PETRA @@ -1,4 +1,4 @@ -# $OpenBSD: PETRA,v 1.18 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: PETRA,v 1.19 2000/01/09 01:42:26 jason Exp $ # # PETRA -- everything that's currently supported with certain # changes for Applitron's fileserver petra, a 128 MB @@ -10,7 +10,7 @@ machine i386 # architecture, used by config; REQUIRED makeoptions DEBUG="-g" # make a bsd.gdb too #include "../../../conf/GENERIC" -# $OpenBSD: PETRA,v 1.18 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: PETRA,v 1.19 2000/01/09 01:42:26 jason Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -352,6 +352,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs +dcphy* at mii? phy ? # Digital Clone 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 4d663190ca0..dd667fc8ac1 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.75 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: RAMDISK,v 1.76 2000/01/09 01:42:26 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -226,6 +226,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs +dcphy* at mii? phy ? # Digital Clone PHYs ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index e98a6028a70..51809a6dc55 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.11 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: RAMDISKB,v 1.12 2000/01/09 01:42:26 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -228,6 +228,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs +dcphy* at mii? phy ? # Digital Clone PHYs ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index a40e48cb7eb..9a330cf0a84 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.10 2000/01/06 03:08:29 jason Exp $ +# $OpenBSD: RAMDISK_CD,v 1.11 2000/01/09 01:42:26 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -232,6 +232,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs +dcphy* at mii? phy ? # Digital Clone PHYs ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback |