Get completely rid of sc_dev in usb_softc and uhub_softc structures. Instead
commit5aed19b5ae90e6b09990a1134df3afe3c9c58a9e
authormneumann <mneumann>
Mon, 26 May 2008 12:37:44 +0000 (26 12:37 +0000)
committermneumann <mneumann>
Mon, 26 May 2008 12:37:44 +0000 (26 12:37 +0000)
tree31f41f1cdb3967c8b7d241a1dfaedfca92ec0be6
parent72fad008bb270efb13dc50242d85db8cba291a1c
Get completely rid of sc_dev in usb_softc and uhub_softc structures. Instead
of directly passing around the softc structure, pass the device_t around and
access the softc structure via device_get_softc.
sys/bus/usb/uhub.c
sys/bus/usb/usb.c
sys/bus/usb/usb_port.h
sys/bus/usb/usbdivar.h