summaryrefslogtreecommitdiff
path: root/sys/dev/pci/mlx_pci.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
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
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02static goes firstchristos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-08-31Nuke incorrect mailbox length defines and just use 13 everywhere. May helpad
2002-08-26Handle aincent firmware as found on EISA/MCA boards. Untested.ad
2001-11-13add RCSIDlukem
2001-07-26Map both memory and IO space, but prefer using memory space.ad
2001-07-26Don't map I/O space if we have already have a good memory mapping.ad
2001-05-15Correct arguments to bus_dmamap_create(), and add a reset routine for the v3ad
2001-02-18Make it compile (for alpha). The porting author might want to lookmjacob
2001-02-04Add a driver for the Mylex DAC960 family (including DEC SWXCR).ad