summaryrefslogtreecommitdiff
path: root/sys/dev/pci/iha_pci.c
AgeCommit message (Expand)Author
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-03-11Constify struct cfattach.Martin Pieuchot
2021-03-05ansiJonathan Gray
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"Kenneth R Westerback
2020-07-19Move the adapter related items (luns, adapter, adapter_target,Kenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-06-27Nuke trailing whitespace.Kenneth R Westerback
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2007-10-18Initio INIC-941 works as well; ok miod@Otto Moerbeek
2006-11-29oops, i missed a closing brace with the scsibus_attach_args fixup.David Gwynne
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2002-11-14Rework iha copyight verbiage to make clear what needs to be clear forKenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-07match DTCTECH Domex DMX3194U (it's an initio in a different box)Jason Wright
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-07-13Remove static'ness of functions in line with normal OpenBSDKenneth R Westerback
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-03-29An INIC-940 based card supplied by Initio proves that the iha driverKenneth R Westerback
2001-01-23Add support for Initio INI-91xx SCSI CardsKenneth R Westerback