summaryrefslogtreecommitdiff
path: root/sys/dev/isapnp/sb_isapnp.c
AgeCommit message (Expand)Author
2023-04-18sb(4): Fix missing mutex initialization at isapnp and ofisa.riastradh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2008-03-15Split device_t and softc for sb(4) and all its attachments.cube
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-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-04-13Fix grammar in a comment, and use named constants for better readability.cube
2006-04-13Fix the MPU attachment on Aztech 1020 that has a separate mpu pnp devicechristos
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-01-13ansify and KNFkent
2004-09-01symbolic constants are good, but this is another namespacedrochner
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-09-26Use ISACF_*_DEFAULT rather than *UNK.thorpej
2000-12-19Add quirk for Avance Logic ALS100+, which doesn't like it's irq/drqmjl
1999-10-18Use NMPU instead of NMIDI so that it can compile without mpu attachment.itohy
1999-08-02Move the mpu device declaration to conf/files.augustss
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-03-22Adjust for MPU attachment change.mycroft
1999-02-19Move IRQ setup into frontend. Need to move DRQ handling as well.mycroft
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss
1998-07-23Create a master list of pnp logical and compatibility device codes insteadchristos
1998-06-29Get the interrupt share type from the PnP info.thorpej
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Adjust for the changes to the ISA DMA API.thorpej
1998-05-20Add a Yamaha OPL3-SA3 driver and clean up all AD1848 drivers.augustss
1998-04-13Remove the stuff that was apparently not intended for commit in thethorpej
1998-04-13Add another device, YMH0021. From nathanw@MIT.EDU, PR #5289.augustss
1998-02-22Cosmetic change; use tab of width 8.enami
1998-01-30Add ID for the Vibra16X PnP board (aka CT4170).bouyer
1997-12-17Don't initialize softc's space tags/handles until isapnp_config() hasthorpej
1997-11-30make it compile without "__BROKEN_INDIRECT_CONFIG"drochner
1997-11-20Remove broken PnP id again.augustss
1997-11-18Recognize another card and handle the case when both drqs are the same.augustss
1997-11-18Make an XXX note about the broken ALS id.augustss
1997-11-18Dropped an else in last commit.augustss
1997-11-18Add another card and take care of swapped drqs.augustss
1997-10-15Add another SB AWE64 Value.augustss
1997-09-13Recognize SB AWE64 Gold.augustss
1997-08-03add support for generic SBs by matching compatIDsmikel
1997-06-18add device ID for SB AWE64 Value; from William Coldwell in PR kern/3716.mikel
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1997-04-10add support for AD181[56] SBPro emulationmikel
1997-03-25PR/3388 from Tatoku Ogaito: Add product id for another soundblaster PnP card.christos