]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Split the Bt848 driver into seperate files for
authorRoger Hardiman <roger@FreeBSD.org>
Sun, 26 Sep 1999 22:06:20 +0000 (22:06 +0000)
committerRoger Hardiman <roger@FreeBSD.org>
Sun, 26 Sep 1999 22:06:20 +0000 (22:06 +0000)
commit96476a9986aefd877f39886ddae89f3211ab77d8
tree8215515263a2d254e80cb79e32359a5a0be4a7e6
parent161e746fca8ead88c7f4f0286e5e305b1d9bb474
Split the Bt848 driver into seperate files for
audio, tuner, card make, os dependent code and core bt848/i2c code.

Also, rewrite tuner code for FM Radio to make the code cleaner.
12 files changed:
sys/dev/bktr/CHANGELOG.TXT [new file with mode: 0755]
sys/dev/bktr/bktr_audio.c [new file with mode: 0644]
sys/dev/bktr/bktr_audio.h [new file with mode: 0644]
sys/dev/bktr/bktr_card.c [new file with mode: 0644]
sys/dev/bktr/bktr_card.h [new file with mode: 0644]
sys/dev/bktr/bktr_core.c
sys/dev/bktr/bktr_core.h [new file with mode: 0644]
sys/dev/bktr/bktr_os.c [new file with mode: 0644]
sys/dev/bktr/bktr_os.h [new file with mode: 0644]
sys/dev/bktr/bktr_reg.h
sys/dev/bktr/bktr_tuner.c [new file with mode: 0644]
sys/dev/bktr/bktr_tuner.h [new file with mode: 0644]