summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
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/loongson
parente2df4549a1a3317e395a8eb72d4bdf909b51822f (diff)
No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs. "go for it" deraadt@
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r--sys/arch/loongson/conf/GENERIC3
-rw-r--r--sys/arch/loongson/conf/RAMDISK3
-rw-r--r--sys/arch/loongson/loongson/conf.c5
3 files changed, 4 insertions, 7 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC
index 4c829bcd639..f5a2e3274c2 100644
--- a/sys/arch/loongson/conf/GENERIC
+++ b/sys/arch/loongson/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.22 2010/05/08 21:59:53 miod Exp $
+# $OpenBSD: GENERIC,v 1.23 2010/07/03 03:59:16 krw Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -200,7 +200,6 @@ sd* at scsibus?
st* at scsibus?
cd* at scsibus?
ch* at scsibus?
-ss* at scsibus?
uk* at scsibus?
pseudo-device hotplug 1 # devices hot plugging
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK
index dafdb4dcb40..d0d6c924957 100644
--- a/sys/arch/loongson/conf/RAMDISK
+++ b/sys/arch/loongson/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.12 2010/05/08 21:59:53 miod Exp $
+# $OpenBSD: RAMDISK,v 1.13 2010/07/03 03:59:16 krw Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -152,7 +152,6 @@ sd* at scsibus?
#st* at scsibus?
cd* at scsibus?
#ch* at scsibus?
-#ss* at scsibus?
#uk* at scsibus?
pseudo-device loop 1 # network loopback
diff --git a/sys/arch/loongson/loongson/conf.c b/sys/arch/loongson/loongson/conf.c
index 33536966144..3a6857b3e04 100644
--- a/sys/arch/loongson/loongson/conf.c
+++ b/sys/arch/loongson/loongson/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.6 2010/06/09 15:25:32 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2010/07/03 03:59:16 krw Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -108,7 +108,6 @@ cdev_decl(com);
#include "lpt.h"
cdev_decl(lpt);
#include "ch.h"
-#include "ss.h"
#include "uk.h"
cdev_decl(wd);
#include "audio.h"
@@ -181,7 +180,7 @@ struct cdevsw cdevsw[] =
cdev_pf_init(NPF,pf), /* 31: packet filter */
cdev_uk_init(NUK,uk), /* 32: unknown SCSI */
cdev_random_init(1,random), /* 33: random data source */
- cdev_ss_init(NSS,ss), /* 34: SCSI scanner */
+ cdev_notdef(), /* 34: */
cdev_ksyms_init(NKSYMS,ksyms), /* 35: Kernel symbols device */
cdev_ch_init(NCH,ch), /* 36: SCSI autochanger */
cdev_notdef(), /* 37: */