aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r348366 (by lwhsu):Dimitry Andric2020-04-251-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* - Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.John Baldwin2014-11-131-7/+9
* Improving r249461 by providing a better way to handle the clang warning.Hiren Panchasara2013-04-171-3/+4
* Fixing a clang warning indicating uninitialized variable usage.Hiren Panchasara2013-04-141-1/+1
* o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.Maxim Konovalov2006-10-051-1/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Separate the hardware definitions into ipsreg.h so they can be used byScott Long2005-11-291-1/+2
* Overhaul error handling in the IPS driver. Don't use a magic value forScott Long2005-09-251-3/+3
* Remove an extra mutex unlock in the morpheus interrupt handler.Scott Long2005-04-261-1/+4
* Add crashdump support to the ips driver. It only works for the more modernScott Long2005-01-301-14/+37
* Remove all of the spl() markers.Scott Long2005-01-281-27/+0
* Lock the IPS driver and bring it out from under Giant. Also do someScott Long2005-01-281-90/+56
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Use a unique malloc type rather than M_DEVBUF.Scott Long2004-05-301-4/+6
* Switch from using mutexes to using semaphores to protect against earlyScott Long2004-02-281-17/+25
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Remove the static major assignment for ips(4).Scott Long2004-02-141-2/+0
* Use same style for cdevsw as the rest of our drivers.Poul-Henning Kamp2004-02-141-5/+5
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp2003-11-271-2/+64
* Use __FBSDID().David E. O'Brien2003-08-241-4/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm2003-06-271-1/+1
* - Zero the buffers used to hold configuration data from the card. Not doingScott Long2003-06-261-2/+8
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-111-0/+697