summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auich.c
AgeCommit message (Collapse)Author
2002-09-17match on ich4; from hunter@dg.net.uaMichael Shalayeff
2002-07-04repair a dmesg cleanupMichael Shalayeff
2002-03-24after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz ↵Michael Shalayeff
(http://mail-index.netbsd.org/port-i386/2002/03/18/0000.html)
2002-03-19fix the ich3 ac97 audio idMichael Shalayeff
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
will ease porting, and generally cleans up a bit
2001-12-31support playing mono; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp>Michael Shalayeff
2001-12-19unbreak mickey commit; make vra work after resume. previous commitNiels Provos
was based on jcs@openbsd yds changed btw.
2001-12-18correctly deal w/ ext_ctrl in powerhookMichael Shalayeff
2001-12-18powerhook for auich; based on jason's changed for yds; okay mickey@Niels Provos
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
as the mmap offset.
2001-10-24do not use kvtop(), use dma maps' stuffMichael Shalayeff
2001-09-10fix the bzero size, not that it matters that muchMichael Shalayeff
2001-09-05add intel ich3 ac97Niels Provos
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD.
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-06-06be more consistant in codec i/o debug printsMichael Shalayeff
2001-05-16use ac97_set_rate, auvia can use it too, cannot test it thoughMichael Shalayeff
2001-05-16dump private extended ac97 reg defsMichael Shalayeff
2001-04-16dmesg cleanupsTheo de Raadt
2001-03-09differentiate fifo overrun errorsMichael Shalayeff
2001-01-11fix a few stringsMichael Shalayeff
2001-01-11rename the rest to auich, verbalize the chipset type we are a part ofMichael Shalayeff
2000-11-20likely to work on ich2 too; from deraadtMichael Shalayeff
2000-08-11provide generic audio device nameMichael Shalayeff
2000-07-18better error messages for mapregMichael Shalayeff
2000-05-30audio driver for intel 810/820/440MX i/o controller hub ac'97 .Michael Shalayeff
820 and 440MX are untested, but should work.