summaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-11-13- Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.John Baldwin
2006-08-17while (0); -> while (0) in multi-line macrosWarner Losh
2005-11-29Separate the hardware definitions into ipsreg.h so they can be used byScott Long
2005-09-25Overhaul error handling in the IPS driver. Don't use a magic value forScott Long
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-01-30Add crashdump support to the ips driver. It only works for the more modernScott Long
2005-01-28Lock the IPS driver and bring it out from under Giant. Also do someScott Long
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-30Use a unique malloc type rather than M_DEVBUF.Scott Long
2004-03-27Fix typo in the device id for the new cards.Scott Long
2004-03-19Add generic support for the recent Adaptec flavors of ServeRAID.Scott Long
2004-02-28Switch from using mutexes to using semaphores to protect against earlyScott Long
2003-11-27ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp
2003-09-11Delay most of the adapter initilization until after interrupts arePaul Saab
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-06-26- Zero the buffers used to hold configuration data from the card. Not doingScott Long
2003-05-11Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long