summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cs4280.c
AgeCommit message (Collapse)Author
2001-06-18more more microcode (so it does not end up installed in includes, for one)Theo de Raadt
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm.
2001-05-02register save/restore fix from art via Chuck CranorMarco S Hyman
OK deraadt@ and art@
2001-03-14match formats in read_codec w/ write_codecMichael Shalayeff
2001-01-26constify BA1Michael Shalayeff
2000-09-17Only check defined bits when waiting for valid AC97 input slotMarco S Hyman
Don't clobber existing bits when turning on clock Save interrupt status and issue EOI before processing status bits checked by me and angelos@
2000-07-19let us assume for now this workse with the other 3 chip modelsTheo de Raadt
2000-07-12Change to match OpenBSD output format.Federico G. Schwindt
2000-07-12Fix two bugs.Artur Grabowski
The return value from the interrupt handling was bogus. Now we return 1 if we have handled the interrupt. When resuming from suspend wrong values were restored to the mixer which sometimes caused a high-pitched sound to be emitted. (how fast can you type "mixerctl -w outputs.master.mute=on"?)
2000-06-30Driver for the cs4280 Crystal Clear audio found on some laptops.Artur Grabowski
At last my Thinkpad plays german music.