summaryrefslogtreecommitdiff
path: root/sys/dev/pci/iop_pci.c
AgeCommit message (Expand)Author
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2016-07-14Use aprint*() instead of printf() in the attach function.msaitoh
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-16opt_i2o.h is gone.ad
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-02-27nuke trailing whitespaceperry
2003-12-09Match Promise controllers.ad
2002-11-15typoitojun
2002-11-15Cosmetic changes.ad
2002-11-08Add support for Adaptec 200[05]Smsaitoh
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-22Save some info about the board for dpti.ad
2001-04-01- Allocate any private space thats requested.ad
2001-03-20+#include <dev/i2o/iopio.h>ad
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-12-03- Force the memory mapping uncacheable.ad
2000-11-08Add support for I2O adapters and SCSI/FC-AL/BSA class devices. This needsad