summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-04 14:11:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-04 14:11:30 +0000
commitedf901832888d47fff2677edd30ee258c12e3644 (patch)
tree5621bab1de628c8783f397dc10001837a7252e75 /sys/arch/socppc
parent2ae0a86f5848d8bd2050cc5f452f3b9e60d08589 (diff)
remove iop(4) driver. it is entirely unmaintained and supports something
which basically doesn't exist at all. reminded about it by brad
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r--sys/arch/socppc/socppc/conf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/socppc/socppc/conf.c b/sys/arch/socppc/socppc/conf.c
index d3fb13c6211..5a45ee47f69 100644
--- a/sys/arch/socppc/socppc/conf.c
+++ b/sys/arch/socppc/socppc/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.18 2013/08/20 14:27:31 ajacoutot Exp $ */
+/* $OpenBSD: conf.c,v 1.19 2013/11/04 14:11:29 deraadt Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -114,7 +114,6 @@ cdev_decl(pci);
#include "urio.h"
#include "ucom.h"
-#include "bthub.h"
#include "vscsi.h"
#include "pppx.h"
#include "hotplug.h"
@@ -208,7 +207,7 @@ struct cdevsw cdevsw[] = {
cdev_vscsi_init(NVSCSI,vscsi), /* 78: vscsi */
cdev_notdef(), /* 79 */
cdev_notdef(), /* 80 */
- cdev_bthub_init(NBTHUB,bthub), /* 81: bluetooth hub */
+ cdev_notdef(),
cdev_disk_init(1,diskmap), /* 82: disk mapper */
cdev_pppx_init(NPPPX,pppx), /* 83: pppx */
cdev_hotplug_init(NHOTPLUG,hotplug), /* 84: devices hot plugging */