Module Name: src Committed By: jmcneill Date: Sat Feb 12 15:15:34 UTC 2011
Modified Files: src/sys/dev/pci/hdaudio: files.hdaudio hdafg.c hdaudio.c hdaudio_ids.c hdaudio_pci.c hdaudioreg.h hdaudiovar.h Added Files: src/sys/dev/pci/hdaudio: ceareg.h eldreg.h hdafg_dd.c hdafg_dd.h hdaudio_config.h hdmireg.h Log Message: sync with bsd-hdaudio r15: - fix an off-by-one in block size calculation - add register definitions from HDA034-A2, HDA035-A, HDA036-A - rename hdaudio_afg_* symbols to hdafg_* - add experimental HDMI and DisplayPort support code (needs help from DRM) - don't poll the RIRB unless cold - add support for unsolicited messages - 'hdaudioctl graph' works again - print each assoc's widget tree when boot -x To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/hdaudio/ceareg.h \ src/sys/dev/pci/hdaudio/eldreg.h src/sys/dev/pci/hdaudio/hdafg_dd.c \ src/sys/dev/pci/hdaudio/hdafg_dd.h \ src/sys/dev/pci/hdaudio/hdaudio_config.h \ src/sys/dev/pci/hdaudio/hdmireg.h cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/hdaudio/files.hdaudio \ src/sys/dev/pci/hdaudio/hdaudioreg.h cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/hdaudio/hdafg.c cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/hdaudio/hdaudio.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/hdaudio/hdaudio_ids.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/hdaudio/hdaudio_pci.c \ src/sys/dev/pci/hdaudio/hdaudiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.