summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/alpha/conf.c4
-rw-r--r--sys/arch/hp300/hp300/conf.c4
-rw-r--r--sys/arch/hppa/hppa/conf.c4
-rw-r--r--sys/arch/i386/i386/conf.c4
-rw-r--r--sys/arch/mac68k/mac68k/conf.c4
-rw-r--r--sys/arch/mvme68k/mvme68k/conf.c4
-rw-r--r--sys/arch/mvme88k/mvme88k/conf.c4
-rw-r--r--sys/arch/mvmeppc/mvmeppc/conf.c4
-rw-r--r--sys/arch/powerpc/powerpc/conf.c4
-rw-r--r--sys/arch/vax/vax/conf.c5
10 files changed, 10 insertions, 31 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c
index 77f1bd426db..466d6c660f7 100644
--- a/sys/arch/alpha/alpha/conf.c
+++ b/sys/arch/alpha/alpha/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.29 2001/07/05 02:40:43 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.30 2001/08/06 22:34:43 mickey Exp $ */
/* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */
/*-
@@ -46,7 +46,6 @@
#include "wd.h"
bdev_decl(wd);
-bdev_decl(sw);
#include "st.h"
#include "cd.h"
#include "sd.h"
@@ -90,7 +89,6 @@ int nblkdev = sizeof (bdevsw) / sizeof (bdevsw[0]);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "pty.h"
#include "tun.h"
dev_type_open(filedescopen);
diff --git a/sys/arch/hp300/hp300/conf.c b/sys/arch/hp300/hp300/conf.c
index 8ea582cdbcb..86428d35233 100644
--- a/sys/arch/hp300/hp300/conf.c
+++ b/sys/arch/hp300/hp300/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.25 2001/06/27 06:56:28 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.26 2001/08/06 22:34:43 mickey Exp $ */
/* $NetBSD: conf.c,v 1.39 1997/05/12 08:17:53 thorpej Exp $ */
/*-
@@ -50,7 +50,6 @@ bdev_decl(ct);
bdev_decl(mt);
#include "hd.h"
bdev_decl(hd);
-bdev_decl(sw);
#include "sd.h"
bdev_decl(sd);
#include "ccd.h"
@@ -107,7 +106,6 @@ cdev_decl(ctty);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "pty.h"
#define ptstty ptytty
#define ptsioctl ptyioctl
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c
index 4d08cac86ba..931fe9939ac 100644
--- a/sys/arch/hppa/hppa/conf.c
+++ b/sys/arch/hppa/hppa/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.12 2001/08/01 20:30:58 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.13 2001/08/06 22:34:43 mickey Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -44,7 +44,6 @@
#include <machine/conf.h>
-bdev_decl(sw);
#include "ccd.h"
#include "vnd.h"
#include "rd.h"
@@ -96,7 +95,6 @@ int nblkdev = sizeof(bdevsw) / sizeof(bdevsw[0]);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "pty.h"
#include "wsdisplay.h"
#include "wskbd.h"
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index 6a0175611ca..cb09ad494b4 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.77 2001/07/05 02:35:34 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.78 2001/08/06 22:34:43 mickey Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -45,7 +45,6 @@
#include "wd.h"
bdev_decl(wd);
-bdev_decl(sw);
#include "fdc.h"
#include "fd.h"
bdev_decl(fd);
@@ -149,7 +148,6 @@ int nblkdev = sizeof(bdevsw) / sizeof(bdevsw[0]);
#define mmwrite mmrw
cdev_decl(mm);
cdev_decl(wd);
-cdev_decl(sw);
cdev_decl(crypto);
#include "pty.h"
#include "com.h"
diff --git a/sys/arch/mac68k/mac68k/conf.c b/sys/arch/mac68k/mac68k/conf.c
index 860c9ebb049..c8c7f3622e1 100644
--- a/sys/arch/mac68k/mac68k/conf.c
+++ b/sys/arch/mac68k/mac68k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.24 2001/06/27 06:56:28 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.25 2001/08/06 22:34:44 mickey Exp $ */
/* $NetBSD: conf.c,v 1.41 1997/02/11 07:35:49 scottr Exp $ */
/*
@@ -49,7 +49,6 @@
int ttselect __P((dev_t, int, struct proc *));
-bdev_decl(sw);
#include "st.h"
#include "sd.h"
#include "cd.h"
@@ -90,7 +89,6 @@ cdev_decl(ite);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "pty.h"
#include "ss.h"
cdev_decl(ss);
diff --git a/sys/arch/mvme68k/mvme68k/conf.c b/sys/arch/mvme68k/mvme68k/conf.c
index d897c4068fb..a161ad2d523 100644
--- a/sys/arch/mvme68k/mvme68k/conf.c
+++ b/sys/arch/mvme68k/mvme68k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.22 2001/06/27 06:56:29 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.23 2001/08/06 22:34:44 mickey Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
@@ -74,7 +74,6 @@
int ttselect __P((dev_t, int, struct proc *));
-bdev_decl(sw);
#include "st.h"
#include "sd.h"
#include "cd.h"
@@ -115,7 +114,6 @@ int nblkdev = sizeof(bdevsw) / sizeof(bdevsw[0]);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "sram.h"
cdev_decl(sram);
diff --git a/sys/arch/mvme88k/mvme88k/conf.c b/sys/arch/mvme88k/mvme88k/conf.c
index 55c0902ccc1..09bf36d548f 100644
--- a/sys/arch/mvme88k/mvme88k/conf.c
+++ b/sys/arch/mvme88k/mvme88k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.17 2001/06/27 06:56:29 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.18 2001/08/06 22:34:44 mickey Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -45,7 +45,6 @@
int ttselect __P((dev_t, int, struct proc *));
-bdev_decl(sw);
#include "st.h"
bdev_decl(st);
#include "sd.h"
@@ -105,7 +104,6 @@ cdev_decl(ctty);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "sram.h"
cdev_decl(sram);
diff --git a/sys/arch/mvmeppc/mvmeppc/conf.c b/sys/arch/mvmeppc/mvmeppc/conf.c
index 1752d46d270..ada859d2dd4 100644
--- a/sys/arch/mvmeppc/mvmeppc/conf.c
+++ b/sys/arch/mvmeppc/mvmeppc/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.6 2001/07/06 05:14:30 smurph Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2001/08/06 22:34:44 mickey Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -44,7 +44,6 @@
bdev_decl(wd);
#include "sd.h"
bdev_decl(sd);
-bdev_decl(sw);
#include "cd.h"
bdev_decl(cd);
@@ -99,7 +98,6 @@ cdev_decl(pts);
#define ptcioctl ptyioctl
cdev_decl(ptc);
cdev_decl(log);
-cdev_decl(sw);
#include "bugtty.h"
cdev_decl(bugtty);
diff --git a/sys/arch/powerpc/powerpc/conf.c b/sys/arch/powerpc/powerpc/conf.c
index 1cd87307d02..56a8aec2f2f 100644
--- a/sys/arch/powerpc/powerpc/conf.c
+++ b/sys/arch/powerpc/powerpc/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.25 2001/07/09 04:41:28 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.26 2001/08/06 22:34:44 mickey Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -44,7 +44,6 @@
bdev_decl(wd);
#include "sd.h"
bdev_decl(sd);
-bdev_decl(sw);
#include "cd.h"
bdev_decl(cd);
@@ -98,7 +97,6 @@ cdev_decl(pts);
#define ptcioctl ptyioctl
cdev_decl(ptc);
cdev_decl(log);
-cdev_decl(sw);
#include "com.h"
cdev_decl(com);
diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c
index 7140cfb45d0..60d3f04d508 100644
--- a/sys/arch/vax/vax/conf.c
+++ b/sys/arch/vax/vax/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.28 2001/06/27 06:56:30 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.29 2001/08/06 22:34:44 mickey Exp $ */
/* $NetBSD: conf.c,v 1.44 1999/10/27 16:38:54 ragge Exp $ */
/*-
@@ -55,8 +55,6 @@ bdev_decl(ht);
#include "rk.h"
bdev_decl(rk);
-bdev_decl(sw);
-
#include "te.h"
bdev_decl(tm);
@@ -289,7 +287,6 @@ cdev_decl(ctty);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "pty.h"
#define ptstty ptytty
#define ptsioctl ptyioctl