diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 5 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
4 files changed, 10 insertions, 6 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 8f9b1e7839b..9537777fce9 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.77 2005/03/19 21:37:09 martin Exp $g +# $OpenBSD: GENERIC,v 1.78 2005/04/14 19:59:49 brad Exp $g # # PPC GENERIC config file # @@ -87,7 +87,8 @@ nsphy* at mii? # NS83840 PHYs #nsphyter* at mii? # NS83843 PHYs mtdphy* at mii? # Myson MTD972 PHYs acphy* at mii? # Altima AC101 PHYs -#qsphy* at mii? # Quality Semi QS6612 PHYs +qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8022[013] PHYs rlphy* at mii? # RealTek 8139 internal PHYs #tlphy* at mii? # ThunderLAN PHYs diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 1eb12b901bc..ab42f3651b3 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.44 2005/03/30 07:42:13 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.45 2005/04/14 19:59:49 brad Exp $ # # PPC GENERIC config file # @@ -86,7 +86,8 @@ lxtphy* at mii? # Level One LXT-970 PHYs nsphy* at mii? # NS83840 PHYs #nsphyter* at mii? # NS83843 PHYs mtdphy* at mii? # Myson MTD972 PHYs -#qsphy* at mii? # Quality Semiconductor QS6612 PHYs +qsphy* at mii? # Quality Semiconductor QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 80220/80221/80223 PHYs rlphy* at mii? # RealTek 8139 internal PHYs #tlphy* at mii? # ThunderLAN PHYs diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 06aabdec18d..8a5b602ed4f 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.121 2005/03/17 21:47:40 dlg Exp $ +# $OpenBSD: GENERIC,v 1.122 2005/04/14 19:59:49 brad Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -268,6 +268,7 @@ bmtphy* at mii? # Broadcom 10/100 PHYs brgphy* at mii? # Broadcom PHYs nsphy* at mii? # NS and compatible PHYs qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8x220 PHYs dcphy* at mii? # Digital clone PHYs amphy* at mii? # AMD AM79c873 PHYs diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 72fa8aa47e2..0f8ef67a1c6 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.41 2005/03/30 17:08:57 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.42 2005/04/14 19:59:49 brad Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -121,6 +121,7 @@ bmtphy* at mii? # Broadcom 10/100 PHYs brgphy* at mii? # Broadcom PHYs nsphy* at mii? # NS and compatible PHYs qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8x220 PHYs dcphy* at mii? # Digital clone PHYs amphy* at mii? # AMD AM79c873 PHYs |