summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2007-05-28 22:26:04 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2007-05-28 22:26:04 +0000
commit961285eb3b62bb66a9cd3a62a26c6def68d42448 (patch)
tree4084eb91eeb32486364317ef606822e61986210a /sys/arch/sparc64
parentecc4584590498dda30fc8c117de6e4264e960992 (diff)
bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/sparc64/conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/conf.c b/sys/arch/sparc64/sparc64/conf.c
index d07c8a1e267..cb3d860b4f6 100644
--- a/sys/arch/sparc64/sparc64/conf.c
+++ b/sys/arch/sparc64/sparc64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.43 2007/05/27 01:50:36 todd Exp $ */
+/* $OpenBSD: conf.c,v 1.44 2007/05/28 22:26:03 todd Exp $ */
/* $NetBSD: conf.c,v 1.17 2001/03/26 12:33:26 lukem Exp $ */
/*
@@ -51,6 +51,7 @@
#include <machine/conf.h>
+#include "bio.h"
#include "pty.h"
#include "bpfilter.h"
#include "tun.h"
@@ -276,7 +277,7 @@ struct cdevsw cdevsw[] =
cdev_lkm_dummy(), /* 117 */
cdev_lkm_dummy(), /* 118 */
cdev_random_init(1,random), /* 119: random data source */
- cdev_notdef(), /* 120 */
+ cdev_bio_init(NBIO,bio), /* 120: ioctl tunnel */
cdev_disk_init(NRAID,raid), /* 121: RAIDframe disk driver */
cdev_tty_init(NPCONS,pcons), /* 122: PROM console */
cdev_ptm_init(NPTY,ptm), /* 123: pseudo-tty ptm device */