freebsd-src/sys/dev/bktr
Poul-Henning Kamp db90128160 Avoid the modules madness I inadvertently introduced by making the
cloning infrastructure standard in kern_conf.  Modules are now
the same with or without devfs support.

If you need to detect if devfs is present, in modules or elsewhere,
check the integer variable "devfs_present".

This happily removes an ugly hack from kern/vfs_conf.c.

This forces a rename of the eventhandler and the standard clone
helper function.

Include <sys/eventhandler.h> in <sys/conf.h>: it's a helper #include
like <sys/queue.h>

Remove all #includes of opt_devfs.h they no longer matter.
2000-09-02 19:17:34 +00:00
..
bktr_audio.c Update to driver 2.13. 2000-06-26 09:41:32 +00:00
bktr_audio.h Update to driver release 2.04 1999-10-28 13:58:17 +00:00
bktr_card.c Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cards 2000-06-28 15:09:12 +00:00
bktr_card.h Update to driver 2.13. 2000-06-26 09:41:32 +00:00
bktr_core.c Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
bktr_core.h Update to driver 2.13. 2000-06-26 09:41:32 +00:00
bktr_i2c.c Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
bktr_i2c.h Upgrade the bktr driver from 2.07 to 2.10. 2000-04-04 16:54:13 +00:00
bktr_os.c Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
bktr_os.h Remove debugging code 2000-04-16 07:56:58 +00:00
bktr_reg.h Fix newbus resource allocations 2000-08-24 14:17:06 +00:00
bktr_tuner.c Update to driver 2.13. 2000-06-26 09:41:32 +00:00
bktr_tuner.h
CHANGELOG.TXT Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cards 2000-06-28 15:09:12 +00:00
ioctl_bt848.h Add multiple #include protection 2000-04-04 16:46:19 +00:00
ioctl_meteor.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00