index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
cs4280.c
Age
Commit message (
Expand
)
Author
2006-04-07
Add optional flush method to MIDI hardware interface.
Jonathan Gray
2005-11-29
from the diffs so old they're growing mold dept:
Ted Unangst
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-12-19
shorten code
Theo de Raadt
2004-12-19
filesystem firmware loading written over the pacific 2 weeks ago, tested
Theo de Raadt
2004-01-08
tom broke the kernel, and is being scolded
Theo de Raadt
2003-08-21
sys/types.h is not really needed w/ sys/param.h
Michael Shalayeff
2003-08-21
remove extra header file <sys/systm.h>. ok mickey@
Kevin Lo
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-20
make all audio drivers use the new allocm and round_buffersize decl's.
Eric Jackson
2001-12-01
correct irq message
Theo de Raadt
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-18
more more microcode (so it does not end up installed in includes, for one)
Theo de Raadt
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-05-02
register save/restore fix from art via Chuck Cranor
Marco S Hyman
2001-03-14
match formats in read_codec w/ write_codec
Michael Shalayeff
2001-01-26
constify BA1
Michael Shalayeff
2000-09-17
Only check defined bits when waiting for valid AC97 input slot
Marco S Hyman
2000-07-19
let us assume for now this workse with the other 3 chip models
Theo de Raadt
2000-07-12
Change to match OpenBSD output format.
Federico G. Schwindt
2000-07-12
Fix two bugs.
Artur Grabowski
2000-06-30
Driver for the cs4280 Crystal Clear audio found on some laptops.
Artur Grabowski