summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/oosiop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-5/+5
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-6/+6
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-5/+6
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-3/+3
* Remove some pointless casting of void * when assigning onekrw2020-07-131-2/+2
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-7/+1
* Nuke trailing whitespace.krw2020-06-271-3/+3
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* The siop family members use various atop/ptoa dances (oosiop/osiop) orkrw2020-02-171-11/+2
* Let's all agree to call our scsi_adapter variable '<dev>_switch'.krw2020-02-141-3/+3
* Drivers that implement their own *minphys() don't need to call thekrw2020-01-251-2/+1
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-5/+2
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-2/+2
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Enable synch negotiation; code was there but not enabled since this driver wasmiod2013-10-091-13/+21
* Unbreak iopool conversion by putting the implicit yet missing importantmiod2011-06-271-1/+5
* Iopoolification of some less common scsi drivers.krw2011-04-031-9/+35
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-9/+1
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-3/+2
* Allow MD oosiop(4) attachment to override default values for a few of themiod2010-04-201-5/+5
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-10/+5
* Set ITSDONE in scsi_done() and zap trivial instances of setting itkrw2010-01-101-2/+1
* Make sure the scsi_xfer timeout is set up before the command may complete;miod2009-03-071-10/+15
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-3/+3
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-5/+4
* Don't print SCSI ID, it's redundant now that scsibus(4) prints the samekettenis2008-05-271-3/+3
* More SPLBIO around scsi_done.krw2007-11-071-6/+5
* Take a bit more care to ensure that SCSI_POLL commands always returnkrw2007-11-051-4/+4
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.krw2007-10-011-3/+2
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-2/+6
* Shrink openings down to 1 for now, this makes the snakes happy, until amiod2004-03-141-2/+2
* Small osiop inspired cleanups, especially honour the xfer timeout valuemiod2004-03-141-59/+133
* Reset scsi bus upon command timeout.miod2004-03-121-1/+3
* Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlymiod2004-03-121-0/+1378