summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_os.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-4/+4
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-081-11/+0
* Remove vnode.h and adjust includes to compensate for pollution.imp2005-01-081-1/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Add missing <sys/module.h> includesphk2004-05-301-0/+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
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-081-2/+2
* Use a mutex to synchronize the driver top and bottom halves instead oftruckman2003-12-011-0/+5
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-17/+15
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+4
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsalex2003-08-121-0/+37
* Eliminate mostly unused local variable.phk2003-05-311-5/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Fix a panic unloading the bktr driver when devfs is in use.roger2002-12-091-10/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-7/+8
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-211-4/+0
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2imp2002-07-211-444/+0
* Fix bktr and pcf compilation with LINTnsouch2002-03-251-5/+0
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-10/+28
* Remove __P.alfred2002-03-201-3/+3
* Don't call cdevsw_add().phk2001-11-041-16/+0
* KSE Milestone 2julian2001-09-121-16/+16
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Add missing 'unit' coderoger2000-10-201-0/+4
* Update to driver 2.17roger2000-10-191-29/+73
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theroger2000-09-111-0/+2
* Update to driver 2.15.roger2000-09-101-3/+3
* Replace previous change by a move of a #include since something elsepeter2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatpeter2000-09-031-0/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-1/+0
* Fix newbus resource allocationsroger2000-08-241-10/+14
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-14/+0
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsroger2000-06-281-36/+51
* Update to driver 2.13.roger2000-06-261-103/+96
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/peter2000-05-281-2/+2
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-161-2/+2
* Update to driver 2.11.roger2000-04-151-5/+6
* Upgrade the bktr driver from 2.07 to 2.10.roger2000-04-041-38/+545
* No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().peter1999-11-081-1/+1
OpenPOWER on IntegriCloud