summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+5
* Pass a format string to kproc_create() [1] and thus fix the build withpluknet2013-04-301-10/+1
* Fix white spaces.jkim2013-04-231-1/+1
* Make temp, temp1 the same type that they will later be used for.eadler2013-04-231-1/+1
* - Corrrect mispellings of word usefulgabor2013-04-172-2/+2
* Clean some 'svn:executable' properties in the tree.pfg2013-01-261-0/+0
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Remove a few bits of FreeBSD 2.x compatibility code.rmh2011-11-141-4/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Fix build on architectures where PAGE_SIZE is a long (sparc64, powerpc).nwhitehorn2010-07-131-4/+3
* Use standard types in preference to BSD types so that these header filesgibbs2010-03-282-20/+20
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-9/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-2/+9
* Unbreak bktr(4).ed2009-05-261-1/+1
* Free the memory correctly in the error casebenjsc2009-05-261-1/+1
* Replace all calls to minor() with dev2unit().ed2008-09-271-14/+14
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-0/+1
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbjhb2008-06-061-1/+26
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-4/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* remove delays that have been unnecessary since 2002... The iicbb driverjmg2006-12-311-7/+0
* Update prototype for smbus callback change.jhb2006-09-181-1/+1
* Minor overhaul of SMBus support:jhb2006-09-111-1/+3
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Housekeeping. Update for maintainers who have handed in their commit bitsmarkm2006-07-011-5/+0
* don't require a buffer if all we are doing is manipulating the GPIO pins...jmg2006-05-261-0/+9
* if we are compiling with smbus support, properly depend upon the iic andjmg2006-01-271-0/+7
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-042-3/+3
* Add some cards:netchild2005-11-134-5/+67
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-296-6/+0
* Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined orcognet2005-05-241-1/+4
* Fix one more misuse of u_long when uint32_t is actually meant.cognet2005-05-241-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-4/+4
* Remove lots of tab/space errors introduced by massive cut-n-paste action.julian2005-02-101-234/+234
* Take into account that Pinnacle screwed up their PCI ID in the beginning..julian2005-02-101-4/+5
* Fix a few printf problems on ia64 (and other 64-bit platforms).imp2005-01-271-4/+4
* Add code to do better auto detection of tuner types etc.julian2005-01-233-53/+51
* Use uint32_t instead of u_long when appropriate.cognet2005-01-091-64/+64
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-087-35/+1
* Remove vnode.h and adjust includes to compensate for pollution.imp2005-01-085-6/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-069-9/+9
* Add support for the Pixelview PlayTVjulian2005-01-022-1/+14
OpenPOWER on IntegriCloud