summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-03 15:54:49 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-03 15:54:49 +0000
commit378984635a1cc64b5abdeaf657989badae279f5e (patch)
treed0909e4771ff59c57ec90aa418aa88b6e87c6132 /sys/arch/alpha
parent62a9ebcc8468d105a2771647e78946f73596ac9c (diff)
changes for isc fuse support. not enabled. ok beck deraadt.
from Sylvestre Gallon ccna.syl gmail.com
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/alpha/conf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c
index f98728018b6..901d53c3247 100644
--- a/sys/arch/alpha/alpha/conf.c
+++ b/sys/arch/alpha/alpha/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.70 2013/03/15 09:10:52 ratchov Exp $ */
+/* $OpenBSD: conf.c,v 1.71 2013/06/03 15:54:47 tedu Exp $ */
/* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */
/*-
@@ -130,6 +130,7 @@ cdev_decl(pci);
#include "hotplug.h"
#include "vscsi.h"
#include "pppx.h"
+#include "fuse.h"
struct cdevsw cdevsw[] =
{
@@ -204,6 +205,7 @@ struct cdevsw cdevsw[] =
cdev_pppx_init(NPPPX,pppx), /* 64: pppx */
cdev_urio_init(NURIO,urio), /* 65: USB Diamond Rio 500 */
cdev_usbdev_init(NUSCANNER,uscanner), /* 66: USB scanners */
+ cdev_fuse_init(NFUSE,fuse), /* 67: fuse */
};
int nchrdev = nitems(cdevsw);