summaryrefslogtreecommitdiff
path: root/sys/dev/pci/sv.c
AgeCommit message (Expand)Author
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-08-18comparision with a string literal by "==" can't work (found by gcc-4.4.1),drochner
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerchristos
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2005-04-30sv_set_params(): avoid null pointer dereference when `setmode' is 0.hannken
2005-02-27nuke trailing whitespaceperry
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-07-09Clean up. Attempt to make these safer against stray interrupts.mycroft
2004-07-09There's no need to halt the input and output pipes in the close routine --mycroft
2003-05-03DMA, not dma nor Dma.wiz
2003-02-22{HZ,hz,hZ} -> Hztsutsui
2003-02-20The SonicVibes DMA is broken and only works on 24-bit addresses. As longhannken
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-07-19Hint BUS_DMA_READ and BUS_DMA_WRITE.kleink
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
1999-11-01Make little endian and big endian version of all functionsaugustss
1999-07-10Fix a buglet in the driver's DMA buffer list ipmlementation, causing the next-kleink
1999-04-14initialize 'p' for lame gcc-2.7.2.2 flow analysis.jonathan
1999-03-22Make 48KHz output work.mycroft
1999-02-19This is an utterly revolting hack to work around the previously mentionedmycroft
1999-02-18Pass the correct address (PCI bus address, not PA) to the card.mycroft
1999-02-18spaces -> tabsmycroft
1999-02-18A few things:mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1998-12-10Add a driver for the S3 SonicVibes chip. From OpenBSD andaugustss