summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/dpt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove dpt(4) driver for DPT EATA SCSI RAIDjsg2020-01-101-1087/+0
* avoid going outside array boundsjsg2017-05-311-2/+2
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-11/+4
* Two dpt(4) fixes:matthew2011-06-211-8/+23
* No point in a per-attachment scsi_adapter; move to global dpt_switchmatthew2011-04-261-6/+8
* A plausible attempt at iopoolifying dpt(4).matthew2011-04-261-53/+31
* Make dpt(4) compile on 64-bit arches; no binary change on i386.matthew2011-04-261-12/+9
* Get rid of NetBSD/OpenBSD ifdefs; our SCSI stacks have diverged toomatthew2011-04-261-130/+2
* Use an SLIST rather than a TAILQ for the ccb free list.mk2010-07-201-8/+6
* Make this compile again (was broken in rev 1.24 as far as I can tell),mk2010-07-201-5/+5
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-7/+4
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-5/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-9/+13
* Zap all setting of ITSDONE in drivers that don't look at it. Nobodykrw2010-01-091-5/+1
* Bring last drivers fully into the NO_CCB world by replacingkrw2009-11-221-2/+2
* Missing scsi_done() in some error path returning COMPLETE; ok dlg@miod2009-09-041-3/+11
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-4/+2
* Stop maintaining internal queues of received scsi_xfer structures.krw2008-11-261-143/+11
* Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.krw2008-11-241-2/+2
* SCSI_DATA_UIO is never used. Code which checks for it is either dead ormiod2008-09-121-24/+7
* Do not print adapter target id on the attachment line, now that scsibus(4)miod2008-07-301-6/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* More scsi_done() at SPLBIO. Wrap another interrupt function call whilekrw2007-11-051-3/+9
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER iskrw2005-12-031-4/+1
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-9/+9
* typos from Tom Cosgrove;jmc2003-10-211-2/+2
* sendbug(1), not send-pr; Peter Wernerhenning2002-12-111-2/+2
* Remove trailing '\n's from panic messages.krw2002-10-091-3/+3
* First round of __P removal in sysmillert2002-03-141-3/+3
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-51/+2
* initialize bus width and number of luns supported.mickey2001-07-131-1/+3
* Fix thinko. Okay millert@espie2001-07-081-2/+2
* Missing splxcsapuntz2001-03-251-1/+2
* Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz1999-11-301-0/+1441