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 21:48:46 UTC 2008
Modified Files:
src/sys/dev/cardbus: ohci_cardbus.c
src/sys/dev/pci: ohci_pci.c
src/sys/dev/usb: ohci.c
Log Message:
Use device_t and accessors.
In ohci_{pci,cardbus}_attach, do not get the device_t by casting
the softc to void *, but use `self' instead.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dev/cardbus/ohci_cardbus.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/pci/ohci_pci.c
cvs rdiff -r1.188 -r1.189 src/sys/dev/usb/ohci.c
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