diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-12-11 21:24:11 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-12-11 21:24:11 +0000 |
commit | d222005c68bf2c33a0008827296f09bacfb88216 (patch) | |
tree | bb188bb7a75b58438f76976c6be6a5dfac1596f1 /sys | |
parent | 81cd8b6785506e0c568c42482d35d1484691b421 (diff) |
Remove old atapi driver
Diffstat (limited to 'sys')
-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 |