NetBSD/sys/arch/sgimips/hpc/files.hpc
wdk 0ac0d0d4e4 Initial implementation of WD33C9x SCSI driver for SGI IP22 platforms.
Based on mvme68k and Atari drivers for the same chipset with the
addition of bus_space support.  Attempts have been made to seperate out the
machine dependent dma components and more work is required in this area.

Tested on SGI R4K Indy, but has little testing on other platforms.
2001-08-19 03:16:21 +00:00

23 lines
432 B
Plaintext

# $NetBSD: files.hpc,v 1.2 2001/08/19 03:16:21 wdk Exp $
device sq: arp, ether, ifnet
attach sq at hpc
file arch/sgimips/hpc/if_sq.c sq
define sbic
file arch/sgimips/hpc/sbic.c sbic
define hpcdma
file arch/sgimips/hpc/hpcdma.c hpcdma
device wdsc: sbic, scsi, hpcdma
attach wdsc at hpc
file arch/sgimips/hpc/wdsc.c wdsc
device dsclock
attach dsclock at hpc
file arch/sgimips/hpc/ds1286.c
attach zsc at hpc with zsc_hpc