summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/trm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke unused struct scsi_link members of adapter softc's where thekrw2020-07-221-8/+1
| | | | driver successfully compiles on one or more of amd64, i386, hppa.
* Shuffle things around so that sc->sc_link initialization iskrw2020-07-021-1/+3
| | | | done just before config_found(), as all other drivers do.
* Remove pointless intermediate scsi_adapter field of softc by pointingkrw2020-02-061-2/+1
| | | | sc_link.adapter at trm_switch directly.
* So much eye-searing trailing whitespace.krw2020-02-061-12/+12
|
* Iopoolification. Installed snapshot over it and it even booted.krw2011-04-261-1/+4
| | | | ok dlg@ matthew@
* 16-byte commands just won't fit in 12-byte buffers. So make thekrw2010-10-111-2/+2
| | | | buffer 16 bytes. Fixes READ_CAPACITY_16 commands.
* Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).krw2002-02-181-0/+529
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time.