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:           Fri Mar  7 22:32:52 UTC 2008

Modified Files:
        src/sys/dev/cardbus: ehci_cardbus.c
        src/sys/dev/pci: ehci_pci.c
        src/sys/dev/usb: ehci.c ehcivar.h

Log Message:
Use device_t and accessors.  Setup power management in the PCI
front-end (XXX needs to look more alike the Cardbus front-end).
Establish the shutdown hook using PMF.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/dev/cardbus/ehci_cardbus.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/pci/ehci_pci.c
cvs rdiff -r1.132 -r1.133 src/sys/dev/usb/ehci.c
cvs rdiff -r1.27 -r1.28 src/sys/dev/usb/ehcivar.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