aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pst/pst-raid.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* pst: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-6/+8
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Cleanups to pst(4):John Baldwin2014-11-181-13/+12
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Flush the queue of minor fixes to pst.Søren Schmidt2004-09-151-3/+3
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-10/+13
* Dont re-arm the timeout twice on a timeout error.Søren Schmidt2003-09-081-5/+0
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Pull the pst driver out from under GAINT.Søren Schmidt2003-04-281-47/+46
* Instead of not grapping a request binfinish(ENOMEM) it if malloc fails.Søren Schmidt2003-04-021-1/+2
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-2/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-12/+4
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-251-25/+12
* Fix so it compiles with the new disklabel stuff.Søren Schmidt2002-09-271-5/+5
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-9/+4
* Fix args for contigmalloc, cosmetics.Søren Schmidt2002-08-181-10/+10
* Finally first shot at a driver for the Promise SuperTrak SX6000 ATA RAIDSøren Schmidt2002-07-311-0/+401