diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-03-28 15:24:55 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-03-28 15:24:55 +0000 |
commit | cb03bbfe46cc37e0d96cd266d1f83e034647644d (patch) | |
tree | 64199b51c018125d03c2d37f57d12deb529c4aa2 /sys/arch/alpha/conf | |
parent | 91dd6cc2712b94be06fc77499bdd4b6fcfc17885 (diff) |
Include mlphy(4) to the kernels that include tl(4).
OK sthen@
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 973de570e7c..8c8ca90db81 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.220 2011/03/07 07:05:50 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.221 2011/03/28 15:24:54 claudio Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -299,6 +299,7 @@ urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ipgphy* at mii? # IC Plus IP1000A PHYs +mlphy* at mii? # Micro Linear 6692 PHY ukphy* at mii? # "unknown" PHYs # sensors diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 82a9570c238..47739ca6a9d 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.81 2010/07/03 03:59:16 krw Exp $ +# $OpenBSD: RAMDISKBIG,v 1.82 2011/03/28 15:24:54 claudio 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. @@ -248,6 +248,7 @@ urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ipgphy* at mii? # IC Plus IP1000A PHYs +mlphy* at mii? # Micro Linear 6692 PHY ukphy* at mii? # "unknown" PHYs # ISA/EISA bus support |