diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-15 11:03:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-15 11:03:47 +0000 |
commit | 6d963fc6b98cc1a0ccb7f9b914e93f22640fc25b (patch) | |
tree | 430236c7755e2f7c8e4960ec98ffca77e4315237 /sys/arch/macppc | |
parent | c8d600a8b6b4ca36beb51d25b96dc95919adfee4 (diff) |
Enable phys found in various USB devices on more archs.
ok brad@, dlg@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 780acbd4601..9e52bd6d99c 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.68 2005/02/14 07:45:14 dlg Exp $g +# $OpenBSD: GENERIC,v 1.69 2005/02/15 11:03:46 jsg Exp $g # # PPC GENERIC config file # @@ -78,13 +78,16 @@ lxtphy* at mii? # Level One LXT-970 PHYs 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 sqphy* at mii? # Seeq 8022[013] PHYs +rlphy* at mii? # RealTek 8139 internal PHYs #tlphy* at mii? # ThunderLAN 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 +urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY ukphy* at mii? # generic unknown PHYs diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index cdf87bfd958..dc83dc82f82 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 2004/12/08 08:05:44 dlg Exp $ +# $OpenBSD: RAMDISK,v 1.38 2005/02/15 11:03:46 jsg Exp $ # # PPC GENERIC config file # @@ -71,6 +71,7 @@ wi* at pci? # WaveLAN IEEE 802.11DS # how many of these are needed? amphy* at mii? # AMD 79C873 PHYs dcphy* at mii? # Digital Clone PHYs +acphy* at mii? # Altima AC101 PHYs exphy* at mii? # 3Com internal PHYs inphy* at mii? # Intel 82555 PHYs iophy* at mii? # Intel 82553 PHYs @@ -81,11 +82,13 @@ nsphy* at mii? # NS83840 PHYs mtdphy* at mii? # Myson MTD972 PHYs #qsphy* at mii? # Quality Semiconductor QS6612 PHYs sqphy* at mii? # Seeq 80220/80221/80223 PHYs +rlphy* at mii? # RealTek 8139 internal PHYs #tlphy* at mii? # ThunderLAN 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 +urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY ukphy* at mii? # generic unknown PHYs |