summaryrefslogtreecommitdiff
path: root/sys/dev/ic/gdt_common.c
AgeCommit message (Expand)Author
2007-11-11The interrupt routine doesn't need to explicity invoke splbio/splx.Kenneth R Westerback
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.Kenneth R Westerback
2007-04-28missing splbio/splx pair (which splasserted me per-device probe) inTheo de Raadt
2007-04-28remove abstraction around splbio/splx; they just confuse things; ok dlg marco...Theo de Raadt
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-05-08silence a debug message; from kili@outback.escape.de; ok miodTheo de Raadt
2006-05-07Add remaining glue for physical disk count.Marco Peereboom
2006-05-07oops, use correct size for GET_IOC_CHAN_DESCMarco Peereboom
2006-05-07Add bio framework (not functional yet).Marco Peereboom
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-12-03Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER.Kenneth R Westerback
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
2005-07-03Fix data_length values in simulationed MODE SENSE page 4 responses soKenneth R Westerback
2004-04-12This has been a pain in the ass for about 8 months which made new ICPTheo de Raadt
2003-12-16Compute openings value, out of boot-time count of devices.Niklas Hallqvist
2003-06-28supply missing argument to a panic string; ok tedu, deraadtAnil Madhavapeddy
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-25correct bounds check. yichen xie's bounds checker catch.Ted Unangst
2002-06-11Checkpoint my work. Register with bio, implement part ofNiklas Hallqvist
2002-06-08Check result from malloc(9) when using M_NOWAIT. ok niklas@Thomas Nordin
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-05It is clear that I have not committed in a long time!!!!Niklas Hallqvist
2002-03-05doh, thanks mickey!Niklas Hallqvist
2002-03-05Deal gracefully with ccb starvationNiklas Hallqvist
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2001-08-03confgiuration -> configuration.Federico G. Schwindt
2001-07-04Use the right target when checking for out of bounds.Niklas Hallqvist
2000-12-13better new timeoutsMichael Shalayeff
2000-12-13new timwouts; art@ okMichael Shalayeff
2000-11-10improved queue handling + some small bug fixesNiklas Hallqvist
2000-08-19MALLOC/FREE -> malloc/free ok art@Nathan Binkert
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas Hallqvist
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-03-01Proper bus_dma usage, fixes cache incosistenciesNiklas Hallqvist
2000-02-13Handle out-of-bounds errors correctlyNiklas Hallqvist
2000-02-13%u for unsignedNiklas Hallqvist
2000-02-12Fix a locking bug, and a size boundary conditionNiklas Hallqvist
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist