diff options
Diffstat (limited to 'sys/arch/sparc/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 315ac6f0cb5..ae863260221 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.92 2009/06/24 11:38:40 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.93 2009/07/13 19:53:58 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -198,6 +198,9 @@ qec* at sbus? qe* at qec? be* at qec? +# Gigabit ethernet +gem* at sbus? + # Xylogics 753 or 7053 VME SMD disk controllers and disks, found # on sun4 systems. xdc0 at vmel0 addr 0xffffee80 level 3 vect 0x44 @@ -333,6 +336,7 @@ ep* at pcmcia? # PCMCIA based 3C5xx ethernet # Media Independent Interface (mii) drivers (required by hme, ne, ep) bmtphy* at mii? # Broadcom 10/100 PHYs +gentbi* at mii? # Generic 1000BASE-X ten-bit PHY lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? |