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
/
isa
/
sb.c
Age
Commit message (
Expand
)
Author
1995-05-08
Remove strings
brezak
1995-04-17
update for new locations
cgd
1995-04-17
clean up several ISA device interfaces: autoconfiguration, header
cgd
1995-03-25
Use void* rather than caddr_t in many places.
mycroft
1995-03-15
fix compilation error. don't bother checking for IRQ2
glass
1995-03-14
Fixes defect port-i386/860 from John Woods (jfw@jfwhome.funhouse.com) with
brezak
1995-03-08
Cleanup for SB16 (From Jan Sparud)
brezak
1995-02-28
Use irq directly not as a mask
brezak
1995-02-21
SoundBlaster driver for SB, SB16 and SBPRO
brezak
1995-01-03
Add interrupt sharing types.
mycroft
1994-12-17
Fix flags to isa_dmastart().
mycroft
1994-11-18
Convert port, IRQ, and DRQ numbers to ints.
mycroft
1994-11-04
No longer needs icu.h.
mycroft
1994-11-04
Change all of the uses of IRQ{0-15} and bit masks to use plain numbers
mycroft
1994-11-03
Update to match autoconfig code.
mycroft
1994-10-27
new RCS ID format.
cgd
1994-04-24
Don't need isa.h.
mycroft
1994-04-22
Separate DMA functions.
mycroft
1994-04-07
Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.
mycroft
1994-03-29
Updates for new autoconfig.
mycroft
1994-03-06
DELAY() --> delay(). This is not a macro.
mycroft
1994-03-02
Make probe routines return amount of space used. Still needs some
hpeyerl
1994-01-28
don't go boom in the presence of stray interrupts
deraadt
1994-01-25
This makes my soundblaster work.
hpeyerl
1994-01-09
LBL /dev/audio and soundblaster drivers, as ported by brad@fcr.com.
cgd