summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dpt.c
AgeCommit message (Expand)Author
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
2008-11-24Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.Kenneth R Westerback
2008-09-12SCSI_DATA_UIO is never used. Code which checks for it is either dead orMiod Vallat
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whileKenneth R Westerback
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.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
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2002-12-11sendbug(1), not send-pr; Peter WernerHenning Brauer
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-07-13initialize bus width and number of luns supported.Michael Shalayeff
2001-07-08Fix thinko. Okay millert@Marc Espie
2001-03-25Missing splxConstantine Sapuntzakis
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz