From 378984635a1cc64b5abdeaf657989badae279f5e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 3 Jun 2013 15:54:49 +0000 Subject: changes for isc fuse support. not enabled. ok beck deraadt. from Sylvestre Gallon ccna.syl gmail.com --- sys/arch/sgi/sgi/conf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/sgi') diff --git a/sys/arch/sgi/sgi/conf.c b/sys/arch/sgi/sgi/conf.c index 85638ecfb22..3e3073da2a7 100644 --- a/sys/arch/sgi/sgi/conf.c +++ b/sys/arch/sgi/sgi/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.31 2012/08/23 06:12:49 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.32 2013/06/03 15:54:47 tedu Exp $ */ /* * Copyright (c) 1992, 1993 @@ -130,6 +130,7 @@ cdev_decl(pci); #include "vscsi.h" #include "pppx.h" +#include "fuse.h" struct cdevsw cdevsw[] = { @@ -210,6 +211,7 @@ struct cdevsw cdevsw[] = cdev_pppx_init(NPPPX,pppx), /* 70: pppx */ cdev_notdef(), /* 71: */ cdev_usbdev_init(NUSCANNER,uscanner), /* 72: USB scanners */ + cdev_fuse_init(NFUSE,fuse), /* 73: fuse */ }; int nchrdev = nitems(cdevsw); -- cgit v1.2.3