diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/atapi/files.atapi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/atapi/files.atapi b/sys/dev/atapi/files.atapi deleted file mode 100644 index 53bf77482f0..00000000000 --- a/sys/dev/atapi/files.atapi +++ /dev/null @@ -1,16 +0,0 @@ -# $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 |