diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-08 09:12:48 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-08 09:12:48 +0000 |
commit | fdc68389b9dfe6e5d35bc6cb6b180e9daf9e61e2 (patch) | |
tree | a4460d2ec87ff4da7cc88b4cae0ebcf64034dc98 /sys/dev/atapi/files.atapi | |
parent | 9a887c22a316f9b94faed82ec7af6c138ff71262 (diff) |
Initial support ATAPI CD-ROMs.
Based on Manuel Bouyer's drivers.
Diffstat (limited to 'sys/dev/atapi/files.atapi')
-rw-r--r-- | sys/dev/atapi/files.atapi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/dev/atapi/files.atapi b/sys/dev/atapi/files.atapi new file mode 100644 index 00000000000..508710c0960 --- /dev/null +++ b/sys/dev/atapi/files.atapi @@ -0,0 +1,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 |