summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
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/loongson
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/loongson')
-rw-r--r--sys/arch/loongson/loongson/conf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/loongson/loongson/conf.c b/sys/arch/loongson/loongson/conf.c
index e7f4cd154a5..2873d877ebd 100644
--- a/sys/arch/loongson/loongson/conf.c
+++ b/sys/arch/loongson/loongson/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.16 2013/08/20 14:27:29 ajacoutot Exp $ */
+/* $OpenBSD: conf.c,v 1.17 2013/11/04 14:11:29 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -126,7 +126,6 @@ cdev_decl(pci);
#include "urio.h"
#include "ucom.h"
-#include "bthub.h"
#include "vscsi.h"
#include "pppx.h"
#include "fuse.h"
@@ -205,7 +204,7 @@ struct cdevsw cdevsw[] =
cdev_urio_init(NURIO,urio), /* 65: USB Diamond Rio 500 */
cdev_tty_init(NUCOM,ucom), /* 66: USB tty */
cdev_hotplug_init(NHOTPLUG,hotplug), /* 67: devices hotplugging */
- cdev_bthub_init(NBTHUB,bthub), /* 68: bluetooth hub */
+ cdev_notdef(),
cdev_vscsi_init(NVSCSI,vscsi), /* 69: vscsi */
cdev_disk_init(1,diskmap), /* 70: disk mapper */
cdev_pppx_init(NPPPX,pppx), /* 71: pppx */