diff options
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 4 |
5 files changed, 10 insertions, 9 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index cd47f10c163..95a1b53f0fc 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.28 2005/08/03 16:30:34 martin Exp $ +# $OpenBSD: GENERIC,v 1.29 2005/08/28 05:30:43 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -144,6 +144,7 @@ lxtphy* at mii? # Level One LXT-970 PHYs nsphy* at mii? # NS83840 PHYs nsphyter* at mii? # NS83843 PHYs qsphy* at mii? # Quality Semiconductor QS6612 PHYs +eephy* at mii? # Marvell 88E1000 series PHY rlphy* at mii? # RealTek 8139 internal PHYs sqphy* at mii? # Seeq 80220/80221/80223 PHYs tlphy* at mii? # ThunderLAN PHYs diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 596eddf7484..1bdfbad5bc1 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.77 2005/08/03 02:10:44 dlg Exp $ +# $OpenBSD: GENERIC,v 1.78 2005/08/28 05:30:43 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -267,7 +267,7 @@ nsphyter* at mii? # NS83843 PHYs #tqphy* at mii? # TDK Semiconductor PHYs #brgphy* at mii? # Broadcom 10/100/1000 PHYs bmtphy* at mii? # Broadcom 10/100 PHYs -#eephy* at mii? # Marvell 88E1000 Gigabit PHYs +eephy* at mii? # Marvell 88E1000 Gigabit PHYs ukphy* at mii? # generic unknown PHYs # MI devices diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 2455ae8b2fc..57d8d305cac 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.52 2005/06/21 21:38:56 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.53 2005/08/28 05:30:43 deraadt Exp $ # # Diskless kernel config # @@ -274,7 +274,7 @@ nsphyter* at mii? # NS83843 PHYs #tqphy* at mii? # TDK Semiconductor PHYs #brgphy* at mii? # Broadcom 10/100/1000 PHYs bmtphy* at mii? # Broadcom 10/100 PHYs -#eephy* at mii? # Marvell 88E1000 Gigabit PHYs +eephy* at mii? # Marvell 88E1000 Gigabit PHYs ukphy* at mii? # generic unknown PHYs # MI devices diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 81842ff0169..9f4a95a5acc 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.43 2005/06/17 23:50:38 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.44 2005/08/28 05:30:43 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -171,7 +171,7 @@ amphy* at mii? # AMD 79C873 PHYs tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs #brgphy* at mii? # Broadcom Gigabit PHYs -#eephy* at mii? # Marvell 88E1000 series PHY +eephy* at mii? # Marvell 88E1000 series PHY #xmphy* at mii? # XaQti XMAC-II PHYs nsgphy* at mii? # NS gigabit PHYs urlphy* at mii? # Realtek RTL8150L internal PHY diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index 857c2b1f86e..dc6c9d873fc 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.30 2005/06/16 21:06:55 uwe Exp $ +# $OpenBSD: RAMDISK,v 1.31 2005/08/28 05:30:43 deraadt Exp $ machine zaurus arm @@ -139,7 +139,7 @@ amphy* at mii? # AMD 79C873 PHYs tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs #brgphy* at mii? # Broadcom Gigabit PHYs -#eephy* at mii? # Marvell 88E1000 series PHY +eephy* at mii? # Marvell 88E1000 series PHY #xmphy* at mii? # XaQti XMAC-II PHYs nsgphy* at mii? # NS gigabit PHYs urlphy* at mii? # Realtek RTL8150L internal PHY |