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:   cube
Date:           Fri Mar 25 23:06:19 UTC 2005

Modified Files:
        src/sys/conf: files
        src/sys/dev/acpi: files.acpi
        src/sys/dev/isa: files.isa
Added Files:
        src/sys/dev/acpi: attimer_acpi.c
        src/sys/dev/ic: attimer.c attimervar.h
        src/sys/dev/isa: attimer_isa.c

Log Message:
Add attimer(4) driver, with ISA and ACPI attachments.

attimer(4) is the new body of the part of pcppi(4) that mapped the TIMER1
register to set the pitch of the bell.  It was necessary to separate them
in order to have a working ACPI attachment (as the two appear as different
devices in the ACPI structures).


To generate a diff of this commit:
cvs rdiff -r1.713 -r1.714 src/sys/conf/files
cvs rdiff -r0 -r1.1 src/sys/dev/acpi/attimer_acpi.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/acpi/files.acpi
cvs rdiff -r0 -r1.1 src/sys/dev/ic/attimer.c src/sys/dev/ic/attimervar.h
cvs rdiff -r0 -r1.1 src/sys/dev/isa/attimer_isa.c
cvs rdiff -r1.137 -r1.138 src/sys/dev/isa/files.isa

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