summaryrefslogtreecommitdiff
path: root/sys/scsi/files.scsi
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-07-31 06:22:57 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-07-31 06:22:57 +0000
commit375900e368343efae93e4e70b0637f47672de0fb (patch)
treee78cc8952322799de0a2ad77cd6f9d791cd7c15c /sys/scsi/files.scsi
parent34fffb4d50b9dc8e9396388d444611005106f232 (diff)
remove the ses driver. it has never been enabled in GENERIC on any arch
in openbsds lifetime so noone is going to miss it. if you did enable it, it either didnt work or the data was hard to read and usually wrong. ok deraadt@ marco@
Diffstat (limited to 'sys/scsi/files.scsi')
-rw-r--r--sys/scsi/files.scsi6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/scsi/files.scsi b/sys/scsi/files.scsi
index 8573f9279b2..941da0be3ba 100644
--- a/sys/scsi/files.scsi
+++ b/sys/scsi/files.scsi
@@ -1,4 +1,4 @@
-# $OpenBSD: files.scsi,v 1.17 2005/07/25 23:32:33 dlg Exp $
+# $OpenBSD: files.scsi,v 1.18 2005/07/31 06:22:56 dlg Exp $
# $NetBSD: files.scsi,v 1.4 1996/05/16 04:01:08 mycroft Exp $
#
# Config.new file and device description for machine-independent SCSI code.
@@ -24,10 +24,6 @@ device sd: disk
attach sd at scsibus
file scsi/sd.c sd needs-flag
-device ses: disk
-attach ses at scsibus
-file scsi/ses.c ses needs-flag
-
device st: tape
attach st at scsibus
file scsi/st.c st needs-flag