summaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_os.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John 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
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* 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
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-4/+4
* Remove support for FreeBSD < 4.recent from this driver.Warner Losh2005-01-081-11/+0
* Remove vnode.h and adjust includes to compensate for pollution.Warner Losh2005-01-081-1/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-5/+4
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use contigmalloc() instead of vm_page_alloc_contig().Alan Cox2004-01-141-2/+5
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-081-2/+2
* Use a mutex to synchronize the driver top and bottom halves instead ofDon Lewis2003-12-011-0/+5
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-17/+15
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+4
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsAlexander Langer2003-08-121-0/+37
* Eliminate mostly unused local variable.Poul-Henning Kamp2003-05-311-5/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+3
* Fix a panic unloading the bktr driver when devfs is in use.Roger Hardiman2002-12-091-10/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-7/+8
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverPeter Wemm2002-07-211-4/+0
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2Warner Losh2002-07-211-444/+0
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-251-5/+0
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-10/+28
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-16/+0
* KSE Milestone 2Julian Elischer2001-09-121-16/+16
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Add missing 'unit' codeRoger Hardiman2000-10-201-0/+4
* Update to driver 2.17Roger Hardiman2000-10-191-29/+73
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theRoger Hardiman2000-09-111-0/+2
* Update to driver 2.15.Roger Hardiman2000-09-101-3/+3
* Replace previous change by a move of a #include since something elsePeter Wemm2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatPeter Wemm2000-09-031-0/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-1/+0
* Fix newbus resource allocationsRoger Hardiman2000-08-241-10/+14
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-14/+0
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsRoger Hardiman2000-06-281-36/+51