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 | |
parent | c8d600a8b6b4ca36beb51d25b96dc95919adfee4 (diff) |
Enable phys found in various USB devices on more archs.
ok brad@, dlg@
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 5 | ||||
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 6 | ||||
-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 | 6 |
7 files changed, 28 insertions, 7 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 06ba160d60d..d6b0a65b4e2 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.140 2005/01/14 12:21:01 grange Exp $ +# $OpenBSD: GENERIC,v 1.141 2005/02/15 11:03:45 jsg Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -232,10 +232,13 @@ sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs dcphy* at mii? # Digital Clone PHYs +acphy* at mii? # Altima AC101 PHYs 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 xmphy* at mii? # XaQti XMAC-II PHYs +urlphy* at mii? # Realtek RTL8150L internal PHY ukphy* at mii? # "unknown" PHYs # ISA/EISA bus support diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index ec5b65e41cd..655c93186b2 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.49 2005/01/06 21:32:56 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.50 2005/02/15 11:03:45 jsg Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -221,10 +221,13 @@ sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs dcphy* at mii? # Digital Clone PHYs +acphy* at mii? # Altima AC101 PHYs 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 xmphy* at mii? # XaQti XMAC-II PHYs +urlphy* at mii? # Realtek RTL8150L internal PHY ukphy* at mii? # "unknown" PHYs # ISA/EISA bus support diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index d66c9c089e6..831b60f26e3 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2005/01/14 12:21:02 grange Exp $ +# $OpenBSD: GENERIC,v 1.20 2005/02/15 11:03:46 jsg Exp $ # # GENERIC machine description file # @@ -147,7 +147,9 @@ xl* at pci? # 3C9xx ethernet #lmc* at pci? # Lan Media Corp SSI/HSSI/DS3 # MII/PHY support +acphy* at mii? # Altima AC101 PHYs amphy* at mii? # AMD 79C873 PHYs +bmtphy* at mii? # Broadcom 10/100 PHYs exphy* at mii? # 3Com internal PHYs icsphy* at mii? # Integrated Circuit Systems ICS189x inphy* at mii? # Intel 82555 PHYs @@ -156,10 +158,12 @@ 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 +rlphy* at mii? # RealTek 8139 internal PHYs sqphy* at mii? # Seeq 80220/80221/80223 PHYs tlphy* at mii? # ThunderLAN PHYs tqphy* at mii? # TDK Semiconductor PHYs ukphy* at mii? # generic unknown PHYs +urlphy* at mii? # Realtek RTL8150L internal PHY # USB Controller and Devices 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 diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 2a2f66ae42e..a79896f2052 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.116 2005/01/14 12:21:02 grange Exp $ +# $OpenBSD: GENERIC,v 1.117 2005/02/15 11:03:46 jsg Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -274,6 +274,7 @@ iophy* at mii? # Intel 82553 PHYs inphy* at mii? # Intel 82555 PHYs lxtphy* at mii? # Level1 LXT970 PHYs rlphy* at mii? # RealTek 8139 internal PHYs +urlphy* at mii? # Realtek RTL8150L internal PHY ukphy* at mii? # Unknown PHYs # Framebuffers diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 60d26f59d48..6b0ed05a48d 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 2004/12/30 02:18:16 dlg Exp $ +# $OpenBSD: RAMDISK,v 1.38 2005/02/15 11:03:46 jsg Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -114,7 +114,9 @@ sd* at scsibus? # SCSI disks cd* at scsibus? # SCSI CD-ROMs # Media Independent Interface (mii) drivers) +acphy* at mii? # Altima AC101 PHYs exphy* at mii? # 3Com internal PHYs +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 @@ -124,6 +126,8 @@ amphy* at mii? # AMD AM79c873 PHYs iophy* at mii? # Intel 82553 PHYs inphy* at mii? # Intel 82555 PHYs lxtphy* at mii? # Level1 LXT970 PHYs +rlphy* at mii? # RealTek 8139 internal PHYs +urlphy* at mii? # Realtek RTL8150L internal PHY ukphy* at mii? # Unknown PHYs # PCI USB Controllers |