Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   jmcneill
Date:           Mon Apr  4 02:08:58 UTC 2005

Modified Files:
        src/sys/dev/ic: ac97.c ac97reg.h ac97var.h

Log Message:
* Add support for skipping either the modem or audio AC'97 probes
  via host_flags: AC97_HOST_SKIP_AUDIO, AC97_HOST_SKIP_MODEM
* If we're dealing with a modem codec, print the extended modem
  capabilities.
* Add basic AC'97 modem initialization support.
* Add some (but not all) AC'97 modem registers. More will be added later.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/dev/ic/ac97.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/ic/ac97reg.h
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/ac97var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index