diff options
author | roger <roger@FreeBSD.org> | 1999-10-28 13:58:17 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-10-28 13:58:17 +0000 |
commit | b0d0f86853e501f4aa4b2d14e241f009b51dd1e0 (patch) | |
tree | c3d5f8b443fef744e2928e638ed27177233a6990 /sys/dev/bktr/bktr_os.c | |
parent | 6551981f316aa02f243192e8e5b1fe6c1c999809 (diff) | |
download | FreeBSD-src-b0d0f86853e501f4aa4b2d14e241f009b51dd1e0.zip FreeBSD-src-b0d0f86853e501f4aa4b2d14e241f009b51dd1e0.tar.gz |
Update to driver release 2.04
Update AverMedia GPIO values
Submitted by: AverMedia
Add support for WinTV Theater Dolby Surround Sound DPL3518A chip
Submitted by: Frank Nobis <fn@radio-do.de>
Make PLL mode the default for Bt878s. You no longer need options BKTR_USE_PLL
Diffstat (limited to 'sys/dev/bktr/bktr_os.c')
-rw-r--r-- | sys/dev/bktr/bktr_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index f67377a..cb7cb67 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -1117,7 +1117,7 @@ bktr_ioctl( dev_t dev, ioctl_cmd_t cmd, caddr_t arg, int flag, struct proc* pr ) /* * bktr_mmap. * Note: 2.2.5/2.2.6/2.2.7/3.0 users must manually - * edit the following line and change "vm_offset_t" to "int"" + * edit the line below and change "vm_offset_t" to "int" */ int bktr_mmap( dev_t dev, vm_offset_t offset, int nprot ) |