summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/twevar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke unused struct scsi_link members of adapter softc's where thekrw2020-07-221-2/+1
* *_minphys() functions that cap i/o sizes at a value larger than thekrw2020-02-151-2/+1
* Prototypes should not name the parameters.krw2020-01-271-2/+2
* Shuffle some names around to make reading the code less headachekrw2020-01-261-2/+2
* move twe over to iopools so we can get rid of another NO_CCB user. thisdlg2011-04-031-1/+5
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
* the softc sc_lock lockmgr lock is unused, so remove it.thib2008-07-241-2/+1
* Don't fake MODE SENSE page 4 info inside raid drivers, just let sdkrw2005-09-151-3/+1
* kill the caluses three and four on some of my codemickey2003-06-021-6/+1
* deal w/ the dma in a special thread to follow the busdma semantics. this fixes panics on unaligned physio; w/ help and testing from daniel@lucq.orgmickey2002-09-171-4/+9
* First round of __P removal in sysmillert2002-03-141-4/+4
* dmamem_unmap the memory before dmamem_freeig it.mickey2001-05-101-5/+4
* proper dmaable memory allocations; oopsmickey2001-02-191-1/+3
* 3ware escalade ide raid controllersmickey2000-09-151-0/+90