summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cs4280.c
AgeCommit message (Expand)Author
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-12-19shorten codeTheo de Raadt
2004-12-19filesystem firmware loading written over the pacific 2 weeks ago, testedTheo de Raadt
2004-01-08tom broke the kernel, and is being scoldedTheo de Raadt
2003-08-21sys/types.h is not really needed w/ sys/param.hMichael Shalayeff
2003-08-21remove extra header file <sys/systm.h>. ok mickey@Kevin Lo
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2001-12-01correct irq messageTheo de Raadt
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
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
2001-05-02register save/restore fix from art via Chuck CranorMarco S Hyman
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
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
2000-06-30Driver for the cs4280 Crystal Clear audio found on some laptops.Artur Grabowski