aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/trm
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time someOlivier Houchard2004-04-101-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.Olivier Houchard2004-03-072-25/+50
* Do not test if pDCB is not NULL, we dereference it before anyway, and itOlivier Houchard2004-02-201-3/+2
* Remove duplicate __FBSDID().Olivier Houchard2004-01-091-3/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Remove two useless bzero() calls.Maxime Henrion2003-08-121-2/+0
* Call bus_dmamap_create() to create the per-SRB buffer maps. Note that noneScott Long2003-08-091-0/+12
* Mega busdma API commit.Scott Long2003-07-011-14/+22
* Fix some style bugs.Olivier Houchard2003-06-251-49/+50
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-21/+2
* Fix indentation.Poul-Henning Kamp2003-05-311-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-1/+1
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably addOlivier Houchard2003-02-202-402/+733
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix the panic that occurs when kldunloading trm by using the correctOlivier Houchard2002-12-162-29/+51
* Remove the remaining calls to free(), they are not needed anymore nowOlivier Houchard2002-11-141-9/+0
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).Olivier Houchard2002-10-132-0/+4352