summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wss_isa.c
AgeCommit message (Expand)Author
2022-02-12sys: Fix various abuse of struct device internals.riastradh
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
2011-06-02fix compile failure.nonaka
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-05-14integrate kauth.elad
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-01-14ansify and KNFkent
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2003-05-03DMA, not dma nor Dma.wiz
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
2001-11-13add RCSIDlukem
2001-07-18bzero -> memsetthorpej
1999-10-25avoid castdrochner
1999-08-14Implement opl at wss.augustss
1999-02-17Use the trigger interface, and clean up a pile of cruft.mycroft
1998-10-15Disable the I/O address, DRQ and IRQ validation; assume that the config filemycroft
1998-08-25Split the AD1848 driver into MI (dev/ic/ad1848.c) and ISA parts.pk
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-02-23-make compile without BROKEN_INDIRECT_CONFIGdrochner
1998-01-19Split out the ISA part of the WSS driver to allow PnP attachment.augustss