summaryrefslogtreecommitdiffstats
path: root/sys/dev/trm/trm.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably addcognet2003-02-201-62/+69
| | | | | | support for Tekram DC395U2W cards. Add a fix submitted by joerg@ to correctly report some errors to CAM. Use bus_dma instead of the remaining vtophys().
* Fix the panic that occurs when kldunloading trm by using the correctcognet2002-12-161-0/+3
| | | | | | | | prototype for trm_detach and freeing all resources. While I'm there, handle better errors in trm_attach and remove the PCI_BASE_ADDR0 definition, since it's what PCIR_MAPS is used for. MFC after: 3 days
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).cognet2002-10-131-0/+965
Reviewed by: mux, scottl Approved by: mux, scottl
OpenPOWER on IntegriCloud