Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 03/25/2005 23:09:00
Module Name:	src
Committed By:	cube
Date:		Fri Mar 25 23:09:00 UTC 2005

Modified Files:
	src/sys/dev/isa: pcppi.c pcppivar.h

Log Message:
Make pcppi(4) use attimer(4) to set the pitch of the bell.

In case you don't configure an attimer(4) device in your kernel config,
you will simply lose the ability to set the pitch.  It will still beep.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/isa/pcppi.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/isa/pcppivar.h

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