summaryrefslogtreecommitdiff
path: root/sys/dev/isa/aztech.c
AgeCommit message (Expand)Author
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
2005-12-11merge ktrace-lwp.christos
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2003-07-14add missing __KERNEL_RCSID()lukem
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2002-01-03Add \n in attach messages.augustss
2002-01-02Change the probe code. You cannot unmap bus space and then use it.augustss
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss