summaryrefslogtreecommitdiff
path: root/sys/dev/trm
AgeCommit message (Expand)Author
2019-11-28Remove the trm(4) driverScott Long
2019-11-22Schedule the trm(4) driver for removal. It relies on Giant and thus hasScott Long
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-19Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-03-22Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-06-10Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-03-12More conversions of drivers to use the PCI parent DMA tag.Scott Long
2010-01-28MFp4: Large set of CAM inprovements.Alexander Motin
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
2009-07-10Separate the parallel scsi knowledge out of the core of the XPT, andScott Long
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-10-31The first of 3 major steps to move the CAM layer forward to usingMatt Jacob
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-01Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-04-10Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time someOlivier Houchard
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-07Use one bus_dma_tag_t for all pSRB instead of creating one for each.Olivier Houchard
2004-02-20Do not test if pDCB is not NULL, we dereference it before anyway, and itOlivier Houchard
2004-01-09Remove duplicate __FBSDID().Olivier Houchard
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-12Remove two useless bzero() calls.Maxime Henrion
2003-08-09Call bus_dmamap_create() to create the per-SRB buffer maps. Note that noneScott Long
2003-07-01Mega busdma API commit.Scott Long
2003-06-25Fix some style bugs.Olivier Houchard
2003-06-14Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson
2003-05-31Fix indentation.Poul-Henning Kamp
2003-05-27Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long
2003-04-10I deserve a big pointy hat for having missed all those referencesMaxime Henrion
2003-02-20Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably addOlivier Houchard
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-12-16Fix the panic that occurs when kldunloading trm by using the correctOlivier Houchard
2002-11-14Remove the remaining calls to free(), they are not needed anymore nowOlivier Houchard
2002-10-13Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).Olivier Houchard