diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-07-13 19:53:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-07-13 19:53:59 +0000 |
commit | 0439c11072655a785aef9bfa86fc607241373e09 (patch) | |
tree | a5d6cd662bab6857c728e11611a7969e1ff25ed3 /sys/arch/sparc/conf/SUN4M | |
parent | 2a4b8ea3d55e1875ad3e17a8ab967ab24b4a3518 (diff) |
Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) in
GENERIC and SUN4M kernels.
ok miod@
Diffstat (limited to 'sys/arch/sparc/conf/SUN4M')
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 9ad6cdb4170..5e3de103eee 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.75 2009/06/24 11:38:40 deraadt Exp $ +# $OpenBSD: SUN4M,v 1.76 2009/07/13 19:53:58 kettenis Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -141,6 +141,9 @@ qec* at sbus? qe* at qec? be* at qec? +# Gigabit ethernet +gem* at sbus? + # Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m # systems. bwtwo* at sbus? # sun4c and sun4m @@ -220,6 +223,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? |