Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: cube
Date: Tue Mar 4 16:35:19 UTC 2008
Modified Files:
src/sys/dev/acpi: attimer_acpi.c pcppi_acpi.c
src/sys/dev/ic: attimer.c attimervar.h
src/sys/dev/isa: attimer_isa.c pcppi.c pcppivar.h
Log Message:
- Split device_t and softc for pcppi(4) and attimer(4)
- Change the attimer <-> pcppi communication using device_t so that
pcppi(4) doesn't have to know about the contents of struct attimer_softc.
XXX pcppi's childdet function is completely wrong. This has to be
XXX revisited later.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/acpi/attimer_acpi.c \
src/sys/dev/acpi/pcppi_acpi.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/attimer.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/attimervar.h
cvs rdiff -r1.9 -r1.10 src/sys/dev/isa/attimer_isa.c
cvs rdiff -r1.29 -r1.30 src/sys/dev/isa/pcppi.c
cvs rdiff -r1.8 -r1.9 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.
Home |
Main Index |
Thread Index |
Old Index