summaryrefslogtreecommitdiff
path: root/sys/dev/isapnp/ym_isapnp.c
AgeCommit message (Expand)Author
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2011-06-02Split device_t/softc of all ad1848 variants properly. Compile test only.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
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-01-13ansify and KNFkent
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-10Add explicit support of OPL3-SA2 (YMF711).itohy
2001-11-13add RCSIDlukem
1999-10-05Add support for "opl at ym" and "mpu at ym" attachment.itohy
1999-03-22One minor change to previous.mycroft
1999-03-22Nuke sc_iooffs from orbit. This is exactly what bus_space_subregion() is for.mycroft
1999-03-22Reject variant numbers which are too large (so that a new version of isapnpdevsmycroft
1999-03-22Update callers of isapnp_devmatch().mycroft
1999-02-23Update for minor changes in the ad1848 back end.nathanw
1998-08-25Adjust for ad1848.c split.pk
1998-07-23Create a master list of pnp logical and compatibility device codes insteadchristos
1998-06-09Adjust for the changes to the ISA DMA API.thorpej
1998-05-21Add missing call to isapnp_config.augustss
1998-05-20Add a Yamaha OPL3-SA3 driver and clean up all AD1848 drivers.augustss