summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsapuntz <csapuntz@openbsd.org>1999-12-11 21:24:10 +0000
committercsapuntz <csapuntz@openbsd.org>1999-12-11 21:24:10 +0000
commitc34cba6954f04cdf2005fe20168d98b34ee21225 (patch)
treea8521642ce92989ef3f7e27121bddf6d6f3f6b05
parentBye-bye to the old ATAPI driver (diff)
downloadwireguard-openbsd-c34cba6954f04cdf2005fe20168d98b34ee21225.tar.xz
wireguard-openbsd-c34cba6954f04cdf2005fe20168d98b34ee21225.zip
Remove old atapi driver
-rw-r--r--sys/dev/atapi/files.atapi16
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