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/i386/conf/GENERIC | |
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/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b3e0942ddb0..62aca4ed821 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.646 2009/01/03 18:39:33 damien Exp $ +# $OpenBSD: GENERIC,v 1.647 2009/01/06 23:03:16 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -671,6 +671,7 @@ ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY gentbi* at mii? # Generic 1000BASE-X ten-bit PHY etphy* at mii? # Agere/LSI ET1011 TruePHY jmphy* at mii? # JMicron JMP202/JMP211 PHYs +ipgphy* at mii? # IC Plus IP1000A PHYs ukphy* at mii? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System |