Update bktr(4) to FreeBSD current's version. This most importantly
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 15 May 2004 17:54:13 +0000 (17:54 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 15 May 2004 17:54:13 +0000 (17:54 +0000)
commita35cc233ff737682baf5b8ab84f699ac61fc9281
tree59b9ad5e3b41c099d818e23d20dfe41b784cda7b
parentac85ec71adaee8e4f57ea4ca45cc369b84bbcbe0
Update bktr(4) to FreeBSD current's version. This most importantly
includes a new msp driver based on the Linux Brooktree driver.

Add support for Terratec TValue submitted by Patrick Mauritz
<oxygene@studentenbude.ath.cx>.

The ioctl headers are moved into the MI dev/ tree, symlinks for
compatibiliy are added in a separate commit.
26 files changed:
sys/conf/files
sys/conf/options
sys/config/LINT
sys/dev/video/bktr/CHANGELOG.TXT
sys/dev/video/bktr/bktr_audio.c
sys/dev/video/bktr/bktr_audio.h
sys/dev/video/bktr/bktr_card.c
sys/dev/video/bktr/bktr_card.h
sys/dev/video/bktr/bktr_core.c
sys/dev/video/bktr/bktr_core.h
sys/dev/video/bktr/bktr_i2c.c
sys/dev/video/bktr/bktr_i2c.h
sys/dev/video/bktr/bktr_mem.c
sys/dev/video/bktr/bktr_mem.h
sys/dev/video/bktr/bktr_os.c
sys/dev/video/bktr/bktr_os.h
sys/dev/video/bktr/bktr_reg.h
sys/dev/video/bktr/bktr_tuner.c
sys/dev/video/bktr/bktr_tuner.h
sys/dev/video/bktr/ioctl_bt848.h [moved from sys/i386/include/ioctl_bt848.h with 97% similarity]
sys/dev/video/bktr/msp34xx.c [new file with mode: 0644]
sys/dev/video/meteor/ioctl_meteor.h [moved from sys/i386/include/ioctl_meteor.h with 96% similarity]
sys/dev/video/meteor/meteor.c
sys/i386/conf/LINT
sys/platform/pc32/include/ioctl_bt848.h [deleted file]
sys/platform/pc32/include/ioctl_meteor.h [deleted file]