diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-04 17:00:09 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-04 17:00:09 +0000 |
commit | 3bca2ff00139351f0aaac382da332766d8470360 (patch) | |
tree | 29066dd40b57eaa8cb56ba1a79a4faba89ab4d8f /sys | |
parent | 4ac512274888909f810788bd8eb8bd49f2ba5c88 (diff) |
sync with manuel; atapibus needs flag.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/atapi/files.atapi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/atapi/files.atapi b/sys/dev/atapi/files.atapi index 984272f5210..53bf77482f0 100644 --- a/sys/dev/atapi/files.atapi +++ b/sys/dev/atapi/files.atapi @@ -1,15 +1,16 @@ -# $OpenBSD: files.atapi,v 1.3 1996/06/16 10:34:59 deraadt Exp $ +# $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 {[drive = -1]} -file dev/atapi/atapiconf.c atapi +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 |