summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2021-11-11 10:03:11 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2021-11-11 10:03:11 +0000
commit9636fcc99541ea83f25e9e2e8ba7df7de34bef6b (patch)
tree5deecb8f926c922a3fd4dd62f1fba46676ff24ae /sys/arch/landisk
parent99f1fa30c5cf6ba62b86fc642746c19b42b47aaa (diff)
Retire switch(4) it never really was production ready and the OpenFlow
API implemented is a deadend. OK akoshibe@ yasuoka@ deraadt@ kn@ patrick@ sthen@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r--sys/arch/landisk/landisk/conf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/landisk/landisk/conf.c b/sys/arch/landisk/landisk/conf.c
index 45cfbd31e32..1ceb054ba1e 100644
--- a/sys/arch/landisk/landisk/conf.c
+++ b/sys/arch/landisk/landisk/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.43 2021/01/23 05:08:35 thfr Exp $ */
+/* $OpenBSD: conf.c,v 1.44 2021/11/11 10:03:09 claudio Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -243,7 +243,6 @@ struct bdevsw bdevsw[] = {
#include "vscsi.h"
#include "pppx.h"
#include "fuse.h"
-#include "switch.h"
struct cdevsw cdevsw[] = {
cdev_cn_init(1,cn), /* 0: virtual console */
@@ -355,7 +354,7 @@ struct cdevsw cdevsw[] = {
cdev_pppx_init(NPPPX,pppx), /* 102: pppx */
cdev_fuse_init(NFUSE,fuse), /* 103: fuse */
cdev_tun_init(NTUN,tap), /* 104: Ethernet network tap */
- cdev_switch_init(NSWITCH,switch), /* 105: switch(4) control interface */
+ cdev_notdef(), /* 105: was switch(4) */
cdev_fido_init(NFIDO,fido), /* 106: FIDO/U2F security key */
cdev_pppx_init(NPPPX,pppac), /* 107: PPP Access Concentrator */
cdev_ujoy_init(NUJOY,ujoy), /* 108: USB joystick/gamecontroller */