blob: 3ebead3130437317168ecbc57b1431b4f7917893 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# $OpenBSD: files.scsi,v 1.26 2020/01/24 05:14:52 jsg 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
device ses: disk
attach ses at scsibus
file scsi/ses.c ses
device sym
attach sym at scsibus
file scsi/mpath_sym.c sym
device rdac
attach rdac at scsibus
file scsi/mpath_rdac.c rdac
device emc
attach emc at scsibus
file scsi/mpath_emc.c emc
device hds
attach hds at scsibus
file scsi/mpath_hds.c hds
|