0ac0d0d4e4
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.
23 lines
432 B
Plaintext
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
|
|
|