summaryrefslogtreecommitdiff
path: root/sys/dev/pci/iha_pci.c
AgeCommit message (Expand)Author
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2008-05-14Normalize my licenses.tsutsui
2008-04-12Split device_t/softc.tsutsui
2008-04-10use aprint_*_dev and device_xnamecegger
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-06-16Rename iha_pci_probe() -> iha_pci_match() because we don't have totsutsui
2004-09-25Use ANSI function decls.tsutsui
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2002-11-14Sync with copyright verbiage update of OpenBSD's iha(4).tsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-09-27Include uvm/uvm_extern.h for PAGE_SIZE.tsutsui
2001-06-03Add a driver for the Initio INIC-940/950 PCI SCSI controllers.tsutsui