summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/seagate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Iopoolification of some less common scsi drivers.krw2011-04-031-52/+26
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-10/+1
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-8/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-7/+10
* A couple of missed ITSDONE setting before scsi_done().krw2010-01-101-5/+1
* Set ITSDONE in scsi_done() and zap trivial instances of setting itkrw2010-01-101-2/+1
* Make sure the scsi_xfer timeout always get initialized with timeout_set(),miod2009-09-241-5/+3
* scsi_done before COMPLETE.dlg2009-09-051-1/+4
* Make this compile when SEA_ASSEMBLER is not defined.jsg2009-08-091-3/+5
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-2/+2
* Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)blambert2009-01-111-2/+2
* Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.krw2008-11-251-2/+2
* More scsi_done() at SPLBIO.krw2007-11-051-1/+4
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' wherekrw2007-10-011-4/+2
* ansify/de-registerjasper2007-06-291-72/+39
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-2/+6
* The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER iskrw2005-12-031-2/+1
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-16/+14
* First round of __P removal in sysmillert2002-03-141-20/+20
* remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.fgsch2001-08-261-4/+3
* recieve -> receivenate2001-06-271-2/+2
* new timeoutsmickey2001-01-291-34/+37
* Fix clobbers so that GENERIC may compile with egcs.espie1999-01-311-10/+15
* Die, NEWCONFIGniklas1999-01-071-4/+1
* $OpenBSD$niklas1997-11-071-0/+2
* added const to second parameter of cfprint_t routineskstailey1996-11-231-2/+2
* verbosity during probe is dumbderaadt1996-05-271-1/+1
* sync 0521deraadt1996-05-261-0/+1
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-3/+7
* partial sync with netbsd 960418, more to comederaadt1996-04-211-6/+10
* Fix back wrong patches.mickey1996-03-201-1/+1
* Merging w/ NetBSD 021796.mickey1996-03-191-1/+1
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+1
* from netbsd:deraadt1995-12-271-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+1433