summaryrefslogtreecommitdiffstats
path: root/sys/dev/trm
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+1
* MFC r274819:smh2014-12-211-4/+0
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-60/+8
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-2/+22
* MFp4: Large set of CAM inprovements.mav2010-01-281-18/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-139/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-5/+161
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-4/+5
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time somecognet2004-04-101-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.cognet2004-03-072-25/+50
* Do not test if pDCB is not NULL, we dereference it before anyway, and itcognet2004-02-201-3/+2
* Remove duplicate __FBSDID().cognet2004-01-091-3/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-4/+4
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Remove two useless bzero() calls.mux2003-08-121-2/+0
* Call bus_dmamap_create() to create the per-SRB buffer maps. Note that nonescottl2003-08-091-0/+12
* Mega busdma API commit.scottl2003-07-011-14/+22
* Fix some style bugs.cognet2003-06-251-49/+50
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-21/+2
* Fix indentation.phk2003-05-311-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+1
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably addcognet2003-02-202-402/+733
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix the panic that occurs when kldunloading trm by using the correctcognet2002-12-162-29/+51
* Remove the remaining calls to free(), they are not needed anymore nowcognet2002-11-141-9/+0
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).cognet2002-10-132-0/+4352
OpenPOWER on IntegriCloud