diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-01-06 23:03:17 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-01-06 23:03:17 +0000 |
commit | 0c33a452618e31788270136f09e31e02cb6de8d5 (patch) | |
tree | c55891e620173a3db277b74c140d75643afc1f68 /sys/arch/alpha | |
parent | 16051086cdf431871bdba21474ce799c9a6207b2 (diff) |
- add and enable ipgphy(4) everywhere there's a stge(4) entry.
(if the stge(4) entry is commented, so is the ipgphy(4) entry then).
this allows ipgphy0 to attach to my stge0, which has a IC+ 1000A chip
discussed with and ok jsg@, ok dlg@
Diffstat (limited to 'sys/arch/alpha')
-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 71174c1a121..d43cf5bcfcb 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.206 2008/12/01 23:48:46 todd Exp $ +# $OpenBSD: GENERIC,v 1.207 2009/01/06 23:03:16 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -299,6 +299,7 @@ xmphy* at mii? # XaQti XMAC-II PHYs 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 ukphy* at mii? # "unknown" PHYs # sensors diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index b65c849299d..ed12a268f22 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.76 2008/07/01 04:50:59 brad Exp $ +# $OpenBSD: RAMDISKBIG,v 1.77 2009/01/06 23:03:16 jasper 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. @@ -245,6 +245,7 @@ xmphy* at mii? # XaQti XMAC-II PHYs 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 ukphy* at mii? # "unknown" PHYs # ISA/EISA bus support |