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
/
cs4281.c
Age
Commit message (
Expand
)
Author
2005-11-29
from the diffs so old they're growing mold dept:
Ted Unangst
2005-11-21
contorl -> control
Miod Vallat
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2003-10-07
use PCI_PMCSR instead of some magic value.
Federico G. Schwindt
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-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-10-31
Change the audio_hm_if->mappage interface to return paddr_t and take off_t
Artur Grabowski
2001-10-03
fix data sheet link. ok deraadt@
Kevin Lo
2001-09-20
occured->occurred
Mike Pechkin
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-07-27
Back out. This is more complicated than I thought.
Artur Grabowski
2001-07-27
Allow mmap. Not really working correctly yet, but almost.
Artur Grabowski
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-02-09
Tickle D0 power state so the cs4281 works after reboots from Windows 2000.
Aaron Campbell
2001-01-13
Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by
Aaron Campbell