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