| Age | Commit message (Expand) | Author |
| 2006-08-28 | remove unreachable code. | christos |
| 2006-08-28 | add missing initializer. | christos |
| 2006-08-28 | remove unreachable code. | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2005-12-30 | This part got lost during merging with the sourceforge bktr | mjl |
| 2005-12-28 | Sync with SourceForge 1.5: | wiz |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-06 | Add support for two models of Terratec TValue cards. | wiz |
| 2005-12-06 | Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682. | wiz |
| 2005-05-30 | Fix replaco in comment. | wiz |
| 2005-05-30 | - avoid variable shadowing | christos |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-07-24 | match LeadTek's original PCI vendor ID as well as the 3-alternates | mrg |
| 2004-05-12 | Fix typo in comment; from Robert Nagy via OpenBSD. | wiz |
| 2004-05-12 | Add one more unofficial leadtek PCI vendor id; from Robert Nagy | wiz |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-28 | Quell a strict-alias warning by applying the same cast to '&target' as | fvdl |
| 2003-03-12 | Remove some. | wiz |
| 2003-03-12 | Update script for bktr-sf imports. | wiz |
| 2003-03-12 | Merge some more. | wiz |
| 2003-03-12 | Merge first bktr-sf import. | wiz |
| 2003-03-12 | Import of current state of bktr(4) in sourceforge repository. | wiz |
| 2003-01-14 | Recognise tuner on WinTV-GO-FM. From PR 19844 by Wolfgang S. Rupprecht. | wiz |
| 2003-01-10 | Make this work on big endian platforms (mostly from OpenBSD): | mjl |
| 2003-01-04 | Spell output with two ts. | wiz |
| 2002-12-25 | Fix broken programming of VSCALE_HI registers in yuv422_prog. | toshii |
| 2002-12-25 | Consistently use BKTR_GEN_IRQ and BKTR_RESYNC instead of numbers. | toshii |
| 2002-12-25 | Merge FreeBSD rev.1.122: | toshii |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-23 | remove duplicate cpp defs. | christos |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-28 | Remove a superfluous interrupt request bit in yuvpack_prog, | toshii |
| 2002-05-22 | bcmp -> memcmp. | wiz |
| 2002-03-23 | add WinFast VC100 | hamajima |
| 2002-01-07 | Re-enable radio at bktr, only if NRADIO > 0 and an FM tuner is present. | jmcneill |
| 2002-01-07 | Disable broken radio(4) support for bktr(4). The configuration code doesn't | tron |
| 2002-01-07 | Clean up preprocess handling of optional radio(4) support a little bit. | tron |
| 2002-01-06 | Compile in radio(4) only it is activated in the kernel configuration. | tron |
| 2002-01-06 | Add missing definition of STATUSBIT_STEREO. | jmcneill |
| 2002-01-06 | Add basic support for the radio(4) interface. | jmcneill |
| 2001-11-29 | Update note about ioctl tsleep error with error report. | wiz |