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:   dyoung
Date:           Thu Jan 10 07:58:39 UTC 2008

Modified Files:
        src/sys/dev/acpi: pcppi_acpi.c
        src/sys/dev/isa: pcppi.c pcppivar.h
        src/sys/dev/pckbport: pckbd.c pckbdvar.h

Log Message:
Support pcppi(4) detachment.

Use device_t, device_private().  Get rid of a struct device * cast.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/acpi/pcppi_acpi.c
cvs rdiff -r1.25 -r1.26 src/sys/dev/isa/pcppi.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/isa/pcppivar.h
cvs rdiff -r1.18 -r1.19 src/sys/dev/pckbport/pckbd.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/pckbport/pckbdvar.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