summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic6360.c
AgeCommit message (Expand)Author
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whileKenneth R Westerback
2007-08-09size_t != int: use %lu in format strings and cast variables toRay Lai
2007-07-08ansify/de-registerJasper Lievisse Adriaanse
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-06-03make detachable, inspired by netbsdMartin Reindl
2006-05-23- comment out minphys() wrapper which was intended for DMA code, since thereMiod Vallat
2006-04-20Cast unsigned to signed when you want to check for negative values.Miod Vallat
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-07-26Typos in comments.Miod Vallat
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2000-12-13new timeoutsMichael Shalayeff
1998-10-05Remove the bus_space_unmap from aic_find.Federico G. Schwindt
1998-09-11Split the aic6360 driver to add support for SCSI pcmcia cards.Federico G. Schwindt