summaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_disk.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
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-05-06ips: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2009-10-21Check pointer for NULL before dereferencing it, not after.Christian Brueffer
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-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-02-28Switch from using mutexes to using semaphores to protect against earlyScott Long
2004-02-18Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp
2003-09-22Add an off_t cast to prevent overflow on media size. This shouldNate Lawson
2003-08-24Use __FBSDID().David E. O'Brien
2003-06-27Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm
2003-05-11Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long