summaryrefslogtreecommitdiff
path: root/sys/dev/mca/aha_mca.c
AgeCommit message (Expand)Author
2009-09-22Make local functions static.tsutsui
2009-09-21Split device_t/softc. Tested on AHA-1542CF.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-08use 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-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-24update comments + cosmetic change in aha_mca_probe()jdolecek
2001-11-22add a comment clarifying the DMA support, g/c the commentedjdolecek
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-04-23Compact autoconf info by printing the IRQ number togetherjdolecek
2001-04-05change the attach message to contain slot number and product namejdolecek
2000-05-11MI part of MicroChannel Architecture bus supportjdolecek