blob: 508710c09603f0b3ee19860704e464290ffd11ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# 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 {}
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
|