summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ncr53c9x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Quoting an old commit message:miod2014-01-261-1/+2
* move the declaration of ncr53c9x_scsi_cmd into the .c file, its the onlydlg2014-01-181-1/+2
* replace XS_NO_CCB with an iopool around the ecb_pool.dlg2014-01-181-39/+21
* get rid of a XS_NO_CCB thats caused by a failure to allocate thedlg2014-01-181-84/+54
* instead of having every bit of glue set up and attach an identicaldlg2014-01-181-4/+11
* ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commandskrw2011-11-081-1/+16
* protect sc->sc_state access and ncr53c9x_sched() call with splbio inmiod2011-08-291-1/+3
* Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@miod2010-11-111-5/+5
* do not assume PR_NOWAIT is 0; it is not anymorederaadt2010-09-281-2/+2
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-4/+2
* 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/+2
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-7/+15
* Remove a few more settings of ITSDONE in drivers. Only a couplekrw2010-01-131-3/+1
* Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That usekrw2009-12-061-3/+1
* Bring last drivers fully into the NO_CCB world by replacingkrw2009-11-221-2/+2
* Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.fgsch2009-11-011-5/+1
* Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.krw2008-11-241-2/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-2/+2
* Fix redundant device name and/or target printing after callingmiod2008-08-311-3/+2
* Don't print SCSI ID, it's redundant now that scsibus(4) prints the samekettenis2008-05-271-3/+3
* More scsi_done() at SPLBIO. Wrap more interrupt function calls whilekrw2007-11-051-3/+11
* more remove unneeded declarations that shadows existing vars; ok by many.fgsch2007-10-151-2/+1
* Fix some "that that"s.tom2007-08-061-2/+2
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-2/+7
* Enable wide targets on FAS366 esp; note that this changes the way espmiod2006-06-261-10/+21
* In NCR53C9X_DEBUG code, compute debug values after the values they depend onmiod2006-05-231-3/+8
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-10/+9
* Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96;miod2006-01-091-1/+15
* NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA commandbrad2006-01-091-3/+4
* Return from interrupt handler after chip init(reset).brad2006-01-041-1/+2
* People doing time comparisons without using the time{r,spec}cmp macros aremiod2006-01-041-3/+2
* add \n in 'invalid state' message; from Martin Reindl; ok miod@.xsa2004-10-281-2/+2
* Ratibibugle now useless evcnt structures.miod2004-09-291-3/+1
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-4/+4
* Provide explicit function argument declarations.miod2004-01-151-1/+3
* typos from Tom Cosgrove;jmc2003-10-211-4/+4
* cast and %lu for size_t variable printfjason2003-07-251-2/+2
* 3/4 knockout for peter galbavyderaadt2003-06-051-6/+1
* be consistant on Hz vs hzmickey2003-02-111-3/+3
* remove dead code; krw@ ok.fgsch2002-10-251-10/+1
* Remove trailing '\n's from panic messages.krw2002-10-091-5/+5
* don't dereference ecb on default case, it's uninitialized.fgsch2002-09-041-2/+1
* First round of __P removal in sysmillert2002-03-141-31/+31
* From NetBSD:jason2002-02-191-3/+3
* Pool deals fairly well with physical memory shortage, but it doesn't dealart2002-01-231-2/+2
* Initialize variable before use. ok fgs@nordin2001-12-171-2/+2