Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/04/2000 10:07:14
Module Name: syssrc
Committed By: thorpej
Date: Sat Nov 4 08:07:14 UTC 2000
Modified Files:
syssrc/sys/dev/ic: ac97.c ac97var.h
Log Message:
Shadow the AC'97 codec registers. This adds two capabilities:
* support devices that crash when reading the codec registers; a flags
interface is added to the host interface and one flag is defined
(AC97_HOST_DONT_READ).
* new API (restore_ports) for restoring the user's settings. This
can be useful after an APM resume after a suspend to disk.
From OpenBSD.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/ic/ac97.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/ic/ac97var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.