summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/trm_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-5/+5
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-6/+7
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-2/+1
* Shuffle things around so that sc->sc_link initialization iskrw2020-07-021-1/+16
* Nuke trailing whitespace.krw2020-06-271-13/+13
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-2/+6
* Remove zeroref here too; spotted by naddy@miod2006-01-211-2/+1
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-11/+1
* Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).krw2002-02-181-0/+169