summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-15/+10
* Improving r249461 by providing a better way to handle the clang warning.hiren2013-04-171-3/+4
* Fixing a clang warning indicating uninitialized variable usage.hiren2013-04-141-1/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Fix argument order in a call to mtx_init.mjacob2009-12-171-1/+1
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+2
* o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.maxim2006-10-052-2/+8
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Shuffle some definitions so that this can be included from userland.scottl2006-01-031-5/+11
* Add some more data structures and definitions for communicating with thescottl2006-01-031-1/+72
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-297-309/+351
* Fix build.glebius2005-09-271-1/+1
* Report status in hex, not decimal.scottl2005-09-271-1/+1
* Overhaul error handling in the IPS driver. Don't use a magic value forscottl2005-09-255-73/+102
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-2/+0
* Remove an extra mutex unlock in the morpheus interrupt handler.scottl2005-04-261-1/+4
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-3/+3
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-304-15/+176
* Remove all of the spl() markers.scottl2005-01-281-27/+0
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-286-234/+149
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-4/+4
* Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-141-3/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Use a unique malloc type rather than M_DEVBUF.scottl2004-05-304-31/+35
* Fix typo in the device id for the new cards.scottl2004-03-271-1/+1
* Add generic support for the recent Adaptec flavors of ServeRAID.scottl2004-03-192-4/+14
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+6
* Switch from using mutexes to using semaphores to protect against earlyscottl2004-02-285-52/+65
* Device megapatch 4/6:phk2004-02-211-0/+2
* Change the disk(9) API in order to make device removal more robust.phk2004-02-182-15/+18
* Remove the static major assignment for ips(4).scottl2004-02-141-2/+0
* Use same style for cdevsw as the rest of our drivers.phk2004-02-141-5/+5
* Fixed a memory leak.ru2004-01-181-0/+1
* The reset_type should not be 0x80, it should be set to zero.mbr2004-01-011-1/+1
* ServeRaid (at least 5i) didn't initialize correctly. To getmbr2003-11-273-4/+211
* Eliminate reporting of bio_blkno.phk2003-10-181-2/+2
* Add an off_t cast to prevent overflow on media size. This shouldnjl2003-09-221-1/+1
* Delay most of the adapter initilization until after interrupts areps2003-09-112-2/+19
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-3/+3
* Use __FBSDID().obrien2003-08-245-18/+16
* Prefer new location of pci include files (which have only been in theimp2003-08-222-4/+4
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-4/+1
* Mega busdma API commit.scottl2003-07-014-0/+16
* Fix pointer/int warnings so this compiles on amd64. The driver wantspeter2003-06-273-4/+4
* - Zero the buffers used to hold configuration data from the card. Not doingscottl2003-06-264-15/+38
* Fix indentationphk2003-05-311-12/+13
OpenPOWER on IntegriCloud