View | Details | Raw Unified | Return to bug 19192
Collapse All | Expand All

(-)modules/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
SUBDIR=	agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
5
SUBDIR=	agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
6
	if_sl if_tun ipfilter ipfw joy kernfs kue \
6
	if_sl if_tun ipfilter ipfw joy kernfs kue \
7
	md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
7
	md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
8
	nwfs portal procfs rl sf sis sk ste syscons ti tl twe tx \
8
	nwfs portal procfs rl sf sis sk specfs ste syscons ti tl twe tx \
9
	udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
9
	udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
10
	vinum vn vpo vr wb xl
10
	vinum vn vpo vr wb xl
11
11
(-)conf/options (+1 lines)
Lines 113-118 Link Here
113
PORTAL		opt_dontuse.h
113
PORTAL		opt_dontuse.h
114
PROCFS		opt_dontuse.h
114
PROCFS		opt_dontuse.h
115
UMAPFS		opt_dontuse.h
115
UMAPFS		opt_dontuse.h
116
SPECFS		opt_dontuse.h
116
NTFS		opt_dontuse.h
117
NTFS		opt_dontuse.h
117
118
118
# These static filesystems has one slightly bogus static dependency in
119
# These static filesystems has one slightly bogus static dependency in
(-)i386/conf/LINT (+1 lines)
Lines 613-618 Link Here
613
options 	PORTAL			#Portal filesystem
613
options 	PORTAL			#Portal filesystem
614
options 	PROCFS			#Process filesystem
614
options 	PROCFS			#Process filesystem
615
options 	UMAPFS			#UID map filesystem
615
options 	UMAPFS			#UID map filesystem
616
options 	SPECFS			#Special file filesystem
616
options 	UNION			#Union filesystem
617
options 	UNION			#Union filesystem
617
# The xFS_ROOT options REQUIRE the associated ``options xFS''
618
# The xFS_ROOT options REQUIRE the associated ``options xFS''
618
options 	CD9660_ROOT		#CD-ROM usable as root device
619
options 	CD9660_ROOT		#CD-ROM usable as root device

Return to bug 19192