blob: f347b6ba2d84280a301846d87a342a5fbe9f0285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: files.atapiscsi,v 1.3 1999/07/18 23:21:54 csapuntz Exp $
# ATAPI transport for SCSI protocl
#
device atapiscsi: scsi
attach atapiscsi at atapi
file dev/atapiscsi/atapiscsi.c atapiscsi needs-flag
# This is just so this whole ball of crud compiles
# and links - do not try to use this device.
device acd: disk
attach acd at atapi
file dev/atapiscsi/acd_stub.c acd needs-flag
|