diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-08-29 21:30:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-08-29 21:30:49 +0000 |
commit | 47350a290a93e2f2d5160b6bb03114cfc45ef637 (patch) | |
tree | d46294788962cd37f35c4276d7b8dde1329dd3eb /sys/arch/sparc/conf | |
parent | 6bed2bd2bebb3bc2213623236ef2874fc2fb9141 (diff) |
Glue for the SBus version of the Sun Vector Gigabit Ethernet card.
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index ae863260221..bbd13e6473a 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.93 2009/07/13 19:53:58 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.94 2009/08/29 21:30:48 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -200,6 +200,7 @@ be* at qec? # Gigabit ethernet gem* at sbus? +ti* at sbus? # Xylogics 753 or 7053 VME SMD disk controllers and disks, found # on sun4 systems. diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index cc96c86613d..272f90a4968 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.84 2009/07/13 19:53:58 kettenis Exp $ +# $OpenBSD: files.sparc,v 1.85 2009/08/29 21:30:48 kettenis Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -133,6 +133,9 @@ file arch/sparc/dev/qe.c qe attach gem at sbus with gem_sbus file arch/sparc/dev/if_gem_sbus.c gem_sbus +attach ti at sbus with ti_sbus +file arch/sparc/dev/if_ti_sbus.c ti_sbus + # HappyMeal (hme) ethernet device hme: ifnet, ether, mii, ifmedia attach hme at sbus |