summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_os.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-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
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* 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
OpenPOWER on IntegriCloud