summaryrefslogtreecommitdiff
path: root/sys/dev/pci/bktr
AgeCommit message (Expand)Author
2024-09-04Fix some spelling.Marcus Glocker
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-22remove space between function names and argument listJonathan Gray
2022-09-04spellingJonathan Gray
2022-07-02Remove unused device poll functions.Visa Hankala
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-02-21entried -> entriesJonathan Gray
2022-01-09spellingJonathan Gray
2021-03-05ansiJonathan Gray
2020-06-20Make FUNCTION()/UNIT() return valid major/minor device numbers ratherKenneth R Westerback
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-01-11bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@cheloha
2019-12-16bktr(4): tsleep(9) -> tsleep_nsec(9)cheloha
2018-11-22Remove useless assignment, value is overwritten right after being set.Frederic Cambus
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-02-15Convert to uiomove. From Martin Natano.Stefan Kempf
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-10-04Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.Brad Smith
2013-07-05Use tmp_int to be able to pass back the -1 upon error and check for it properlyBrad Smith
2013-07-01Remove vaddr_t casts in bktr_mmap().Brad Smith
2010-08-06don't return (potential errno) + (potential errno), instead only performMiod Vallat
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-09-25remove dead stores.Charles Longeau
2008-05-25Remove redundant enabling of memory space and bus master whichBrad Smith
2007-11-26typos; ok jmc@Martynas Venckus
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-07-25Back out the tracking of procs in struct selinfo. There's one seriousArtur Grabowski
2007-06-18remove newline in dmesg that slipped in in last commitJacob Meuser
2007-06-11remove all FreeBSD/NetBSD specific code because we willRobert Nagy
2007-03-24Kill the horrible hack of storing the pid in struct selinfo.Artur Grabowski
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-01-08Add support for Leadtek Winfast TV 2000 XP, from Tim LesliePedro Martelletto
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-21'immediatly' -> 'immediately' in comments.Kenneth R Westerback
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
2006-01-20Include sys/stdint.h instead of defining uintptr_t ourselves.Todd C. Miller
2006-01-15as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes atJacob Meuser
2005-12-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682Michael Shalayeff
2005-12-05Add support to tune the channel and the channel sets via radio(4).Robert Nagy
2005-12-02Check if the given FM frequency is between 87.5Mhz and 108Mhz.Robert Nagy
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller