summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2010-07-03 03:59:18 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2010-07-03 03:59:18 +0000
commitef028b2fac50f29ad9db7a6e59de228a1c13ea76 (patch)
tree6561605fb0fb34d75a51ce94e51b54d512347753 /sys/arch/amd64
parente2df4549a1a3317e395a8eb72d4bdf909b51822f (diff)
No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs. "go for it" deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/conf.c5
-rw-r--r--sys/arch/amd64/conf/GENERIC5
-rw-r--r--sys/arch/amd64/conf/RAMDISK4
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD4
4 files changed, 5 insertions, 13 deletions
diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c
index 5cf71ed028a..e0d220405fe 100644
--- a/sys/arch/amd64/amd64/conf.c
+++ b/sys/arch/amd64/amd64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.28 2010/06/09 15:25:32 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.29 2010/07/03 03:59:16 krw Exp $ */
/*
* Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -122,7 +122,6 @@ cdev_decl(wd);
cdev_decl(com);
cdev_decl(fd);
cdev_decl(scd);
-#include "ss.h"
#include "lpt.h"
cdev_decl(lpt);
#include "ch.h"
@@ -214,7 +213,7 @@ struct cdevsw cdevsw[] =
cdev_lpt_init(NLPT,lpt), /* 16: parallel printer */
cdev_ch_init(NCH,ch), /* 17: SCSI autochanger */
cdev_disk_init(NCCD,ccd), /* 18: concatenated disk driver */
- cdev_ss_init(NSS,ss), /* 19: SCSI scanner */
+ cdev_notdef(), /* 19 */
cdev_uk_init(NUK,uk), /* 20: unknown SCSI */
cdev_notdef(), /* 21 */
cdev_fd_init(1,filedesc), /* 22: file descriptor pseudo-device */
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index c6b26ccd4bc..d72c1e2be8b 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.291 2010/07/03 01:02:25 mlarkin Exp $
+# $OpenBSD: GENERIC,v 1.292 2010/07/03 03:59:16 krw Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -225,8 +225,6 @@ url* at uhub? # Realtek RTL8150L based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
urio* at uhub? # Diamond Multimedia Rio 500
uscanner* at uhub? # USB Scanners
-usscanner* at uhub? # USB SCSI scanners, e.g., HP5300
-scsibus* at usscanner?
#uyap* at uhub? # Y@P firmware loader
udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
@@ -388,7 +386,6 @@ sd* at scsibus? # SCSI disk drives
st* at scsibus? # SCSI tape drives
cd* at scsibus? # SCSI CD-ROM drives
ch* at scsibus? # SCSI autochangers
-ss* at scsibus? # SCSI scanners
safte* at scsibus? # SCSI accessed fault-tolerant encl
ses* at scsibus? # SCSI enclosure services
uk* at scsibus? # unknown SCSI
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK
index e2dedbd730a..04adcc08dd9 100644
--- a/sys/arch/amd64/conf/RAMDISK
+++ b/sys/arch/amd64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.49 2009/01/13 13:53:50 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.50 2010/07/03 03:59:16 krw Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -107,8 +107,6 @@ wskbd* at ukbd? mux 1
#upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
#urio* at uhub? # Diamond Multimedia Rio 500
#uscanner* at uhub? # USB Scanners
-#usscanner* at uhub? # USB SCSI scanners, e.g., HP5300
-#scsibus* at usscanner?
#uyap* at uhub? # Y@P firmware loader
#ugen* at uhub? # USB Generic driver
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index 7509080fe50..23ba4f17899 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.113 2010/04/06 03:55:47 deraadt Exp $
+# $OpenBSD: RAMDISK_CD,v 1.114 2010/07/03 03:59:16 krw Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -118,8 +118,6 @@ wi* at uhub? # WaveLAN IEEE 802.11DS
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
#urio* at uhub? # Diamond Multimedia Rio 500
#uscanner* at uhub? # USB Scanners
-#usscanner* at uhub? # USB SCSI scanners, e.g., HP5300
-#scsibus* at usscanner?
#uyap* at uhub? # Y@P firmware loader
#ugen* at uhub? # USB Generic driver
ural* at uhub? # Ralink RT2500