summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/mlx_eisa.c
AgeCommit message (Expand)Author
2022-07-12Remove unneeded bus_space_barrier() calls.thorpej
2021-07-24Noralize autoconfiguration messages, and report interrupt trigger type.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27Use eisa_compatible_{match,lookup}().thorpej
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-14- Use aprint*() more in xxx_attach().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-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
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
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-05-03Get the interrupt config from the correct register.ad
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-12-18Couple more tweaks, probably still not working.ad
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-05-10Add missing printf().ad
2001-05-06We map in by MLX_EISA_SLOT_OFFSET, so remember that when accessing thead
2001-05-06Add an (untested) EISA front-end for the `mlx' driver.ad