blob: 984272f5210f9455f57768a8d5795bc5deb07d53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: files.atapi,v 1.3 1996/06/16 10:34:59 deraadt Exp $
#
# Config.new file and device description for machine-independent ATAPI code.
# Included by ports that need it. Ports that use it must provide
# their own "major" declarations for the appropriate devices.
define atapi {[drive = -1]}
file dev/atapi/atapiconf.c atapi
device atapibus {drive = -1}
attach atapibus at atapi
device acd: disk
attach acd at atapibus
file dev/atapi/acd.c acd needs-flag
|