772b1d9073
make the driver optional by adding the haltwo attribute.
29 lines
609 B
Plaintext
29 lines
609 B
Plaintext
# $NetBSD: files.hpc,v 1.6 2003/09/27 21:11:21 he 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/dsclock_hpc.c
|
|
|
|
device haltwo: audiobus, auconv, mulaw
|
|
attach haltwo at hpc
|
|
file arch/sgimips/hpc/haltwo.c haltwo
|
|
|
|
attach zsc at hpc with zsc_hpc
|
|
|
|
attach pckbc at hpc with pckbc_hpc
|
|
file arch/sgimips/hpc/pckbc_hpc.c pckbc_hpc
|