index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isapnp
/
ym_isapnp.c
Age
Commit message (
Expand
)
Author
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki
2011-06-02
Split device_t/softc of all ad1848 variants properly. Compile test only.
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-04-08
use aprint_*_dev and device_xname
cegger
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-29
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-01-13
ansify and KNF
kent
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-03-10
Add explicit support of OPL3-SA2 (YMF711).
itohy
2001-11-13
add RCSID
lukem
1999-10-05
Add support for "opl at ym" and "mpu at ym" attachment.
itohy
1999-03-22
One minor change to previous.
mycroft
1999-03-22
Nuke sc_iooffs from orbit. This is exactly what bus_space_subregion() is for.
mycroft
1999-03-22
Reject variant numbers which are too large (so that a new version of isapnpdevs
mycroft
1999-03-22
Update callers of isapnp_devmatch().
mycroft
1999-02-23
Update for minor changes in the ad1848 back end.
nathanw
1998-08-25
Adjust for ad1848.c split.
pk
1998-07-23
Create a master list of pnp logical and compatibility device codes instead
christos
1998-06-09
Adjust for the changes to the ISA DMA API.
thorpej
1998-05-21
Add missing call to isapnp_config.
augustss
1998-05-20
Add a Yamaha OPL3-SA3 driver and clean up all AD1848 drivers.
augustss