summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-04-24 07:54:00 +0000
committerjulian <julian@FreeBSD.org>1998-04-24 07:54:00 +0000
commitde78d409f5c0e756bc89d1d84f959c79752b22a1 (patch)
tree532a4c3a976b975c6100f5cff82f840091af369a /sys/dev/vn
parentaedfea1af81dbce4903bc916468988620f4c150d (diff)
downloadFreeBSD-src-de78d409f5c0e756bc89d1d84f959c79752b22a1.zip
FreeBSD-src-de78d409f5c0e756bc89d1d84f959c79752b22a1.tar.gz
slice_device.c: permissions changes for SLICE devices
vn.c: change time of SYSINIT scheduling. wd.c don't revert to fully closed state. ( may require more) all in SLICE mode only.
Diffstat (limited to 'sys/dev/vn')
-rw-r--r--sys/dev/vn/vn.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index 7c6d425..0ee8871 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -38,7 +38,7 @@
* from: Utah Hdr: vn.c 1.13 94/04/02
*
* from: @(#)vn.c 8.6 (Berkeley) 4/1/94
- * $Id: vn.c,v 1.56 1998/04/19 23:31:21 julian Exp $
+ * $Id: vn.c,v 1.57 1998/04/22 10:25:12 julian Exp $
*/
/*
@@ -892,11 +892,10 @@ vn_drvinit(void *unused)
vn->slice->probeinfo.typespecific = NULL;
vn->slice->probeinfo.type = NULL;
}
-#define CDEV_MAJOR 20 /* not really needed */
#endif /* SLICE */
}
-SYSINIT(vndev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,vn_drvinit,NULL)
+SYSINIT(vndev, SI_SUB_DRIVERS, SI_ORDER_ANY, vn_drvinit, NULL)
#ifdef SLICE
OpenPOWER on IntegriCloud