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/macppc/conf | |
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/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index c88c0b402b9..def230dee70 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.186 2008/12/01 23:48:47 todd Exp $g +# $OpenBSD: GENERIC,v 1.187 2009/01/06 23:03:16 jasper Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -130,6 +130,7 @@ urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY +ipgphy* at mii? # IC Plus IP1000A PHYs ukphy* at mii? # generic unknown PHYs # crypto diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 0a3500819e2..2a07fa3078d 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.81 2008/12/21 18:58:16 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.82 2009/01/06 23:03:16 jasper Exp $ # # PPC GENERIC config file # @@ -119,6 +119,7 @@ urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY +ipgphy* at mii? # IC Plus IP1000A PHYs ukphy* at mii? # generic unknown PHYs macintr0 at macobio? # old interrupt controller |