diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:35:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:35:00 +0000 |
commit | c005eda9de58c005bc0219223fb8d9640dfee0c6 (patch) | |
tree | 9f2f1b2ba1394687ea5a926c5540ff0fb37c40ca /sys/dev/atapi | |
parent | 96e3c9fd593b82e97ec43661e5b7f40a8dfa68e5 (diff) |
locator mess cleanup
Diffstat (limited to 'sys/dev/atapi')
-rw-r--r-- | sys/dev/atapi/files.atapi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapi/files.atapi b/sys/dev/atapi/files.atapi index 8bd2d24e287..984272f5210 100644 --- a/sys/dev/atapi/files.atapi +++ b/sys/dev/atapi/files.atapi @@ -1,10 +1,10 @@ -# $OpenBSD: files.atapi,v 1.2 1996/06/09 08:59:52 downsj Exp $ +# $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 {} +define atapi {[drive = -1]} file dev/atapi/atapiconf.c atapi device atapibus {drive = -1} |