freebsd-dev/sys/conf
Poul-Henning Kamp b294143142 Introduce no_poll() default method for device drivers. Have it
do exactly the same as vop_nopoll() for consistency and put a
comment in the two pointing at each other.

Retire seltrue() in favour of no_poll().

Create private default functions in kern_conf.c instead of public
ones.

Change default strategy to return the bio with ENODEV instead of
doing nothing which would lead the bio stranded.

Retire public nullopen() and nullclose() as well as the entire band
of public no{read,write,ioctl,mmap,kqfilter,strategy,poll,dump}
funtions, they are the default actions now.

Move the final two trivial functions from subr_xxx.c to kern_conf.c
and retire the now empty subr_xxx.c
2003-09-27 12:53:33 +00:00
..
defines
files Introduce no_poll() default method for device drivers. Have it 2003-09-27 12:53:33 +00:00
files.alpha
files.amd64
files.i386
files.ia64
files.pc98
files.powerpc
files.sparc64
kern.mk
kern.post.mk
kern.pre.mk
kmod_syms.awk
kmod.mk
ldscript.alpha
ldscript.amd64
ldscript.i386
ldscript.ia64
ldscript.powerpc
ldscript.sparc64
majors
majors.awk
Makefile.alpha
Makefile.amd64
Makefile.i386
Makefile.ia64
Makefile.pc98
Makefile.powerpc
Makefile.sparc64
makeLINT.mk
makeLINT.sed
newvers.sh
NOTES
options
options.alpha
options.amd64
options.i386
options.ia64
options.pc98
options.powerpc
options.sparc64
systags.sh