summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sf16fmr2.c
AgeCommit message (Expand)Author
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
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-09-03Use a different way to recognize tea5759 chips. From OpenBSD.augustss
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