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
/
sbus
/
cs4231_sbus.c
Age
Commit message (
Expand
)
Author
2003-09-10
Get rid of the disgusting struct apc_dma *dma = NULL; hack now that we
uwe
2003-05-03
DMA, not dma nor Dma.
wiz
2003-02-27
Back out rev. 1.26; I forgot about the Javastations..
pk
2003-02-27
Some machine have a `SUNW,CS4231' node, but no actual hardware. It seems
pk
2002-12-10
Remove the `flags' argument from bus_intr_establish().
pk
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-07-16
fix a bug introduced in rev 1.19:
mrg
2002-03-27
cs4231_sbus_regdump(): add missing ')'
pk
2002-03-21
Properly bus_space_*=ify this so it uses accessors.
eeh
2002-03-12
Rework the driver to add EBus DMA support and improve APC DMA support.
uwe
2002-03-11
Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct
pk
2001-11-13
add RCSIDs
lukem
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-06-04
Implement the more flexiable `evcnt' interface as discussed (briefly) on
cgd
2000-04-14
add some casts to (u_long) to shut up gcc
mrg
1999-11-21
Check presence of Sbus interrupt properties before using them.
pk
1999-06-05
split sbus audiocs code up so we can share it with the ebus. XXX ebus DMA is...
mrg
1999-03-19
Use correctly bus_space_*() macros to access device registers.
eeh
1999-02-17
Update comments.
mycroft
1999-02-17
Pass the direction to the allocm and round_buffersize methods.
mycroft
1999-01-12
Avoid arithmetic on void *.
kleink
1998-09-25
Fix a silly yank-o.
pk
1998-09-07
Missing bits in DEBUG mode.
pk
1998-08-29
Nuke unnecessary header files.
pk
1998-08-29
Make compile without AUDIO_DEBUG
pk
1998-08-28
Nuke Dprintf; fix formats.
pk
1998-08-27
CS4231 audio driver. Play only for now.
pk