summaryrefslogtreecommitdiff
path: root/sys/dev/pci/bktr
AgeCommit message (Expand)Author
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-03DMA, not dma nor Dma.wiz
2003-04-28Quell a strict-alias warning by applying the same cast to '&target' asfvdl
2003-03-12Remove some.wiz
2003-03-12Update script for bktr-sf imports.wiz
2003-03-12Merge some more.wiz
2003-03-12Merge first bktr-sf import.wiz
2003-03-12Import of current state of bktr(4) in sourceforge repository.wiz
2003-01-14Recognise tuner on WinTV-GO-FM. From PR 19844 by Wolfgang S. Rupprecht.wiz
2003-01-10Make this work on big endian platforms (mostly from OpenBSD):mjl
2003-01-04Spell output with two ts.wiz
2002-12-25Fix broken programming of VSCALE_HI registers in yuv422_prog.toshii
2002-12-25Consistently use BKTR_GEN_IRQ and BKTR_RESYNC instead of numbers.toshii
2002-12-25Merge FreeBSD rev.1.122:toshii
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-23remove duplicate cpp defs.christos
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-28Remove a superfluous interrupt request bit in yuvpack_prog,toshii
2002-05-22bcmp -> memcmp.wiz
2002-03-23add WinFast VC100hamajima
2002-01-07Re-enable radio at bktr, only if NRADIO > 0 and an FM tuner is present.jmcneill
2002-01-07Disable broken radio(4) support for bktr(4). The configuration code doesn'ttron
2002-01-07Clean up preprocess handling of optional radio(4) support a little bit.tron
2002-01-06Compile in radio(4) only it is activated in the kernel configuration.tron
2002-01-06Add missing definition of STATUSBIT_STEREO.jmcneill
2002-01-06Add basic support for the radio(4) interface.jmcneill
2001-11-29Update note about ioctl tsleep error with error report.wiz
2001-11-13add RCSIDslukem
2001-10-18Fix check in device open.wiz
2001-09-28don't depend on other headers to include sys/proc.h for us.chs
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-03-16Sigh.ross
2001-03-16Restore non-NetBSD parts -- we're still sharing this code.wiz
2001-03-15Do critical sections a better way.ross
2001-03-15LP64 a kprintf(9)ross
2001-03-03Correct wrong error return in mmap fn.mjl
2001-03-01Fix typo to make this compile even w/ debug defines.mjl
2001-01-18constifyjdolecek
2000-12-30Undo pci_intr_map change in non-NetBSD part of the file.wiz
2000-12-30Merge 2.18 to trunk.wiz
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-10-28Delete more files before import.wiz
2000-10-28Replace remaining vm_offset_t's in NetBSD code by vaddr_t; remove nowwiz