77a6b82b27
This merge changes the device switch tables from static array to dynamically generated by config(8). - All device switches is defined as a constant structure in device drivers. - The new grammer ``device-major'' is introduced to ``files''. device-major <prefix> char <num> [block <num>] [<rules>] - All device major numbers must be listed up in port dependent majors.<arch> by using this grammer. - Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables. - The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa. - The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch. - In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically. |
||
---|---|---|
.. | ||
README | ||
TODO | ||
bktr2netbsd | ||
bktr_audio.c | ||
bktr_audio.h | ||
bktr_card.c | ||
bktr_card.h | ||
bktr_core.c | ||
bktr_core.h | ||
bktr_mem.c | ||
bktr_mem.h | ||
bktr_os.c | ||
bktr_os.h | ||
bktr_reg.h | ||
bktr_tuner.c | ||
bktr_tuner.h |
README
README FOR BT848/BT878 DRIVER Updated 20th March 2000 Roger Hardiman roger@cs.strath.ac.uk roger@freebsd.org http://www.telepresence.strath.ac.uk/bt848 http://www.freebsd.org/~roger Introduction ------------ The BKTR driver is a driver for Bt848 and Bt878 based Video Capture cards and TV Tuner Cards. The driver was written by Amancio Hasty for FreeBSD but is now maintained by Roger Hardiman. The driver has been ported from FreeBSD to NetBSD, OpenBSD and BSD/OS. There is also a Linux version on an old version. Please read the README file for your specific Operating System for more information. Thanks Roger -- Roger Hardiman