diff options
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 5 |
2 files changed, 6 insertions, 4 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 |