aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* Don't use generic PCI_VENDOR and PCI_PRODUCT macros. Prefix them withWarner Losh2018-06-243-18/+18
* bktr: Support WinFast Tv2000 & PHILIPS FI1216Eitan Adler2018-05-284-2/+26
* Remove unused definition bl_dfp; fix build with bktr compiled into kernelThomas Zander2018-04-211-4/+0
* bktr: correct Japan IF frequencyEd Maste2018-03-081-5/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2717-0/+34
* ioctl METEORGBRIG in bktr_core.c forgets to add 128 to valueJosh Paetzel2017-06-271-1/+1
* driver incorrectly handles the setting of frame ratesJosh Paetzel2017-06-271-10/+8
* bktr(4): double assignment.Pedro F. Giffuni2017-02-231-1/+0
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-092-5/+15
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-037-18/+18
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-3/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-3/+3
* Replace cvsweb link wihg svnweb URL in bktr(4) release notes.Gavin Atkinson2014-08-301-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-4/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+5
* Pass a format string to kproc_create() [1] and thus fix the build withSergey Kandaurov2013-04-301-10/+1
* Fix white spaces.Jung-uk Kim2013-04-231-1/+1
* Make temp, temp1 the same type that they will later be used for.Eitan Adler2013-04-231-1/+1
* - Corrrect mispellings of word usefulGabor Kovesdan2013-04-172-2/+2
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-261-0/+0
* Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Remove a few bits of FreeBSD 2.x compatibility code.Robert Millan2011-11-141-4/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix build on architectures where PAGE_SIZE is a long (sparc64, powerpc).Nathan Whitehorn2010-07-131-4/+3
* Use standard types in preference to BSD types so that these header filesJustin T. Gibbs2010-03-282-20/+20
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-9/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-2/+9
* Unbreak bktr(4).Ed Schouten2009-05-261-1/+1
* Free the memory correctly in the error caseBenjamin Close2009-05-261-1/+1
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-14/+14
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-0/+1
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbJohn Baldwin2008-06-061-1/+26
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-4/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* remove delays that have been unnecessary since 2002... The iicbb driverJohn-Mark Gurney2006-12-311-7/+0
* Update prototype for smbus callback change.John Baldwin2006-09-181-1/+1
* Minor overhaul of SMBus support:John Baldwin2006-09-111-1/+3
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Housekeeping. Update for maintainers who have handed in their commit bitsMark Murray2006-07-011-5/+0
* don't require a buffer if all we are doing is manipulating the GPIO pins...John-Mark Gurney2006-05-261-0/+9
* if we are compiling with smbus support, properly depend upon the iic andJohn-Mark Gurney2006-01-271-0/+7
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-042-3/+3
* Add some cards:Alexander Leidinger2005-11-134-5/+67