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/sparc64/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/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 3c98ce5973b..120f34778dd 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.226 2008/12/28 00:02:35 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.227 2009/01/06 23:03:16 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -425,6 +425,7 @@ gentbi* at mii? # Generic 1000BASE-X ten-bit PHY nsgphy* at mii? # NS gigabit PHYs tqphy* at mii? # TDK 78Q212x PHYs jmphy* at mii? # JMicron JMP202/JMP211 PHYs +ipgphy* at mii? # IC Plus IP1000A PHYs ukphy* at mii? # Unknown PHYs # sensors diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index d5b1b47114a..d38752566cf 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.80 2008/12/28 00:02:35 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.81 2009/01/06 23:03:16 jasper Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -209,6 +209,7 @@ rgephy* at mii? # Realtek 8169S/8110S PHY gentbi* at mii? # Generic 1000BASE-X ten-bit PHY nsgphy* at mii? # NS gigabit PHYs jmphy* at mii? # JMicron JMP202/JMP211 PHYs +ipgphy* at mii? # IC Plus IP1000A PHYs ukphy* at mii? # Unknown PHYs # PCI USB Controllers |