files.scsipi revision 1.1
1#	$NetBSD: files.scsipi,v 1.1 1995/04/17 07:15:40 cgd Exp $
2#
3# Config.new file and device description for machine-independent SCSI code.
4# Included by ports that need it.  Ports that usee it must provide
5# their own "major" declarations for the appropriate devices.
6
7define	scsi {}
8file	scsi/scsi_base.c		scsi
9file	scsi/scsi_ioctl.c		scsi
10file	scsi/scsiconf.c			scsi
11
12device	scsibus at scsi {target = -1, lun = -1}
13
14device	cd at scsibus: disk
15file	scsi/cd.c			cd needs-flag
16device	ch at scsibus: disk
17file	scsi/ch.c			ch needs-flag
18device	sd at scsibus: disk
19file	scsi/sd.c			sd needs-flag
20device	st at scsibus: tape
21file	scsi/st.c			st needs-flag
22device	su at scsibus: disk
23file	scsi/su.c			su needs-flag
24device	uk at scsibus: disk
25file	scsi/uk.c			uk needs-flag
26
27