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:57:56 UTC 2008

Modified Files:
        src/sys/dev/cardbus: uhci_cardbus.c
        src/sys/dev/pci: uhci_pci.c

Log Message:
Use device_t and its accessors.  In uhci_{pci,cardbus}_attach, use
`self' instead of casting the softc to void *.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/cardbus/uhci_cardbus.c
cvs rdiff -r1.41 -r1.42 src/sys/dev/pci/uhci_pci.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