blob: 2066b8f9579003fe8f9aeeaf3e2801fa8b3435de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# $OpenBSD: files.scsi,v 1.22 2010/07/03 03:59:17 krw Exp $
# $NetBSD: files.scsi,v 1.4 1996/05/16 04:01:08 mycroft Exp $
#
# Config.new file and device description for machine-independent SCSI code.
# Included by ports that need it. Ports that use it must provide
# their own "major" declarations for the appropriate devices.
file scsi/scsi_base.c scsi
file scsi/scsi_ioctl.c scsi
file scsi/scsiconf.c scsi
device scsibus {[target = -1], [lun = -1]}
attach scsibus at scsi
device cd: disk
attach cd at scsibus
file scsi/cd.c cd needs-flag
device ch: disk
attach ch at scsibus
file scsi/ch.c ch needs-flag
device sd: disk
attach sd at scsibus
file scsi/sd.c sd needs-flag
device st: tape
attach st at scsibus
file scsi/st.c st needs-flag
device uk: disk
attach uk at scsibus
file scsi/uk.c uk needs-flag
device safte: disk
attach safte at scsibus
file scsi/safte.c safte needs-flag
device ses: disk
attach ses at scsibus
file scsi/ses.c ses needs-flag
|