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: nat
Date: Sun Jun 11 03:55:57 UTC 2017
Modified Files:
src/sys/conf: files
src/sys/dev: spkr.c spkrvar.h
src/sys/dev/pckbport: pckbd.c
src/sys/dev/wscons: files.wscons wsconsio.h wsmux.c wsmuxvar.h
Added Files:
src/sys/dev/wscons: wsbell.c wsbellmux.c wsbellmuxvar.h wsbellvar.h
Log Message:
New device wsbell - allows for a console beep for non pckbds (usb etc).
Works for platforms without pcppi - can work with spkr at audio and spkr
at pcppi.
To use add the following to your kernel config:
wsbell* at spkr? console?
Ok pgoyette@.
To generate a diff of this commit:
cvs rdiff -u -r1.1175 -r1.1176 src/sys/conf/files
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/spkr.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/spkrvar.h
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pckbport/pckbd.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/wscons/files.wscons
cvs rdiff -u -r0 -r1.1 src/sys/dev/wscons/wsbell.c \
src/sys/dev/wscons/wsbellmux.c src/sys/dev/wscons/wsbellmuxvar.h \
src/sys/dev/wscons/wsbellvar.h
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/wscons/wsconsio.h
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/wscons/wsmux.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/wscons/wsmuxvar.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