summaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_commands.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c 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
2005-11-29Separate the hardware definitions into ipsreg.h so they can be used byScott Long
2005-09-27Fix build.Gleb Smirnoff
2005-09-27Report status in hex, not decimal.Scott Long
2005-09-25Overhaul error handling in the IPS driver. Don't use a magic value forScott Long
2005-01-28Lock the IPS driver and bring it out from under Giant. Also do someScott Long
2004-06-14Change the return value of sema_timedwait() so it returns 0 onJohn Polstra
2004-05-30Use a unique malloc type rather than M_DEVBUF.Scott Long
2004-02-28Switch from using mutexes to using semaphores to protect against earlyScott Long
2004-01-01The reset_type should not be 0x80, it should be set to zero.Martin Blapp
2003-11-27ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp
2003-10-18Eliminate reporting of bio_blkno.Poul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-07-01Mega busdma API commit.Scott Long
2003-06-27Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm
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