Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: pgoyette
Date: Thu Dec 15 06:48:14 UTC 2016
Modified Files:
src/sys/dev: spkr_audio.c spkrvar.h
src/sys/dev/isa: spkr_pcppi.c
src/sys/modules: Makefile
src/sys/modules/spkr: Makefile spkr.ioconf
Log Message:
Create a single combined module for spkr_pcppi and spkr_audio, and
build it for all architectures.
By doing this, we can handle pcppi, audio, or both attachments with
non-built-in modules.
XXX Still to do: the module currently cannot be unloaded, and the
XXX spkr device(s) currently cannot be detached. (Really, two
XXX sides of the same problem.)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/spkr_audio.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/spkrvar.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/isa/spkr_pcppi.c
cvs rdiff -u -r1.187 -r1.188 src/sys/modules/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/spkr/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/spkr/spkr.ioconf
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