diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-07-03 03:59:18 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-07-03 03:59:18 +0000 |
commit | ef028b2fac50f29ad9db7a6e59de228a1c13ea76 (patch) | |
tree | 6561605fb0fb34d75a51ce94e51b54d512347753 /sys/arch/luna88k | |
parent | e2df4549a1a3317e395a8eb72d4bdf909b51822f (diff) |
No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs.
"go for it" deraadt@
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/luna88k/luna88k/conf.c | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC b/sys/arch/luna88k/conf/GENERIC index 1d04d3c4227..166406e3b17 100644 --- a/sys/arch/luna88k/conf/GENERIC +++ b/sys/arch/luna88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2007/02/09 14:26:09 aoyama Exp $ +# $OpenBSD: GENERIC,v 1.14 2010/07/03 03:59:16 krw Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -53,7 +53,6 @@ sd* at scsibus? st* at scsibus? cd* at scsibus? ch* at scsibus? -ss* at scsibus? safte* at scsibus? ses* at scsibus? uk* at scsibus? diff --git a/sys/arch/luna88k/luna88k/conf.c b/sys/arch/luna88k/luna88k/conf.c index 19ab1c8c90f..cb043cb20ad 100644 --- a/sys/arch/luna88k/luna88k/conf.c +++ b/sys/arch/luna88k/luna88k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 2010/06/09 15:25:32 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.14 2010/07/03 03:59:16 krw Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -50,7 +50,6 @@ #include "cd.h" #include "ch.h" #include "sd.h" -#include "ss.h" #include "st.h" #include "uk.h" @@ -142,7 +141,7 @@ struct cdevsw cdevsw[] = cdev_pf_init(NPF,pf), /* 39: packet filter */ cdev_random_init(1,random), /* 40: random data source */ cdev_uk_init(NUK,uk), /* 41 */ - cdev_ss_init(NSS,ss), /* 42 */ + cdev_notdef(), /* 42 */ cdev_ksyms_init(NKSYMS,ksyms), /* 43: Kernel symbols device */ cdev_ch_init(NCH,ch), /* 44: SCSI autochanger */ cdev_notdef(), /* 45 */ |