diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-07-17 21:33:12 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-07-17 21:33:12 +0000 |
commit | dea46a95aecc2f88c901f933c4c3370264eb6fe2 (patch) | |
tree | a18bb0b6db9d95b73e9f2b69e34893a388511e9f /sys/arch/sparc/conf/files.sparc | |
parent | ec887d96c4d670aa2d9e143581e4b658b8069bc0 (diff) |
Moved most of the DMA functions to a chipset driver so that
'hme' and 'be' can share the same logic.
Diffstat (limited to 'sys/arch/sparc/conf/files.sparc')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index e4d6926eeb8..66c80577b31 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.18 1998/07/10 19:20:11 jason Exp $ +# $OpenBSD: files.sparc,v 1.19 1998/07/17 21:33:05 jason Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -113,6 +113,13 @@ device me {} attach me at qec file arch/sparc/dev/me.c me +# HappyMeal (hme) ethernet +device hme +attach hme at sbus +file arch/sparc/dev/hme.c hme + +file arch/sparc/dev/stp2002base.c hme | be + device esp: scsi, ncr53c9x attach esp at sbus, dma, obio file arch/sparc/dev/esp.c esp @@ -122,11 +129,6 @@ attach audioamd at mainbus, obio, sbus file arch/sparc/dev/amd7930.c audio file arch/sparc/sparc/amd7930intr.s audio -# HappyMeal (hme) ethernet -device hme -attach hme at sbus -file arch/sparc/dev/hme.c hme - # Brooktree DAC attribute define bt_dac |