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/alpha/conf/GENERIC | |
parent | c8d600a8b6b4ca36beb51d25b96dc95919adfee4 (diff) |
Enable phys found in various USB devices on more archs.
ok brad@, dlg@
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 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 |