blob: 53bf77482f01a1ca2a1035d15d8f6ecae4bda2e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: files.atapi,v 1.4 1997/07/04 17:00:08 downsj 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 {}
device atapibus {drive = -1}
attach atapibus at atapi
file dev/atapi/atapiconf.c atapibus needs-flag
device acd: disk
attach acd at atapibus
file dev/atapi/acd.c acd needs-flag
|