diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-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/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
5 files changed, 12 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6e9125aeb2b..04dd3b5084c 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.251 2001/04/09 20:40:51 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.252 2001/04/13 05:43:03 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -348,7 +348,9 @@ rlphy* at mii? phy ? # RealTek 8139 internal PHYs dcphy* at mii? phy ? # Digital Clone PHYs amphy* at mii? phy ? # AMD 79C873 PHYs tqphy* at mii? phy ? # TDK 78Q212x PHYs +bmtphy* at mii? phy ? # Broadcom 10/100 PHYs brgphy* at mii? phy ? # Broadcom Gigabit PHYs +eephy* at mii? phy ? # Marvell 88E1000 series PHY xmphy* at mii? phy ? # XaQti XMAC-II PHYs ukphy* at mii? phy ? # "unknown" PHYs diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index c304d92de38..16731ec216c 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.101 2001/03/12 04:51:42 jason Exp $ +# $OpenBSD: RAMDISK,v 1.102 2001/04/13 05:43:03 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -243,6 +243,7 @@ rlphy* at mii? phy ? # RealTek 8139 internal PHYs dcphy* at mii? phy ? # Digital Clone PHYs amphy* at mii? phy ? # AMD 79C873 PHYs tqphy* at mii? phy ? # TDK 78Q212x PHYs +bmtphy* at mii? phy ? # Broadcom 10/100 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 f2891d78207..bab79a4dab9 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.35 2001/03/12 04:51:42 jason Exp $ +# $OpenBSD: RAMDISKB,v 1.36 2001/04/13 05:43:04 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -260,6 +260,7 @@ rlphy* at mii? phy ? # RealTek 8139 internal PHYs dcphy* at mii? phy ? # Digital Clone PHYs amphy* at mii? phy ? # AMD 79C873 PHYs tqphy* at mii? phy ? # TDK 78Q212x PHYs +bmtphy* at mii? phy ? # Broadcom 10/100 PHYs ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 3fd3d3afb22..2af6e2144fd 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.16 2001/03/12 04:51:42 jason Exp $ +# $OpenBSD: RAMDISKC,v 1.17 2001/04/13 05:43:04 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -256,6 +256,7 @@ rlphy* at mii? phy ? # RealTek 8139 internal PHYs dcphy* at mii? phy ? # Digital Clone PHYs amphy* at mii? phy ? # AMD 79C873 PHYs tqphy* at mii? phy ? # TDK 78Q212x PHYs +bmtphy* at mii? phy ? # Broadcom 10/100 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 08d8466dbf1..b02b427fd68 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.38 2001/03/12 04:51:42 jason Exp $ +# $OpenBSD: RAMDISK_CD,v 1.39 2001/04/13 05:43:04 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -309,7 +309,9 @@ dcphy* at mii? phy ? # Digital Clone PHYs amphy* at mii? phy ? # AMD 79C873 PHYs tqphy* at mii? phy ? # TDK 78Q212x PHYs brgphy* at mii? phy ? # Broadcom Gigabit PHYs +eephy* at mii? phy ? # Marvell 88E1000 series PHY xmphy* at mii? phy ? # XaQti XMAC-II PHYs +bmtphy* at mii? phy ? # Broadcom 10/100 PHYs ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback |