summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roger is away, note that his maintainership isjulian2004-12-311-1/+4
* Add a missing prototype.julian2004-12-171-2/+1
* Allow /sys/dev/bktr to support Pinnacle PCTV Rave cardsjulian2004-12-164-17/+440
* Add some locking for -currnet/5.xjulian2004-12-161-0/+6
* Fix build if both of BKTR_USE_FREEBSD_SMBUS and BKTR_NEW_MSP34XX_DRIVER aredwhite2004-09-111-0/+4
* Add support AOpen VA1000 video capture cardsanpei2004-08-082-2/+15
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Fix a tuner problem.schweikh2004-06-271-1/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-15/+15
* Style cleanup.schweikh2004-06-111-64/+81
* * Fix typo in comment.schweikh2004-06-111-6/+4
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Unbreak build ifjosef2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-5/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use contigmalloc() instead of vm_page_alloc_contig().alc2004-01-141-2/+5
* Make the multiple include guard correct for this file location.obrien2003-12-202-6/+6
* Spell btkr as bktr.rwatson2003-12-121-2/+2
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-087-19/+18
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* Use a mutex to synchronize the driver top and bottom halves instead oftruckman2003-12-014-9/+62
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Revision 1.126 broke the interface of the bktr driver'snectar2003-08-261-9/+13
* Use __FBSDID().obrien2003-08-247-101/+96
OpenPOWER on IntegriCloud