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
/
yds.c
Age
Commit message (
Expand
)
Author
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-10-25
audio(9) says low level drivers are allowed to change the requested
Jacob Meuser
2008-05-29
use ac97 default parameters for these ac97 based drivers.
Jacob Meuser
2008-04-21
allow low level audio drivers to specify a default sample format,
Jacob Meuser
2007-01-06
make microcode file byte-order independent so that the file is the same
Theo de Raadt
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-05-27
nuke vtophys crap
Jason Wright
2004-12-30
Let yds_init() return a meaningful value.
Miod Vallat
2004-12-20
firmware loading from the filesystem. pci subsystem type things
Theo de Raadt
2004-05-24
do not bother w/ void pci_devinfo() calls and free resources on failures
Michael Shalayeff
2004-02-19
fix typo, KNF
Markus Friedl
2004-02-19
don't disable the Sound Blaster legacy mode by default, as this breaks
Markus Friedl
2003-09-29
avaliable -> available
Miod Vallat
2003-05-14
Nuke more commons: ac97_id2, tinfo_t
Jason Wright
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-02-25
move NULLification to end so it's useful.
Ted Unangst
2003-02-20
In typical linux style, set a magic bit that makes the floppy work on
Jason Wright
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
2002-01-06
remove bogus diagnostic check.
Eric Jackson
2002-01-04
add 600x read for 744 rev < 2 - from netbsd
Eric Jackson
2001-12-20
add powerhook support to handle APM resumes correctly, fixes PR 1814
joshua stein
2001-12-07
bitmask_snprintf goes away
Theo de Raadt
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-10-31
Change the audio_hm_if->mappage interface to return paddr_t and take off_t
Artur Grabowski
2001-08-26
Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()
Jason Wright
2001-08-25
deal with 5 arg for of bus_dmamap_sync() if available
Jason Wright
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-05-24
Sync with NetBSD:
Aaron Campbell
2001-03-29
Add support for Yamaha DS-XG based audio chips, as found in machines such as
Aaron Campbell