Deleted Added
full compact
25c25
< * $FreeBSD: head/sys/powerpc/ps3/ehci_ps3.c 227843 2011-11-22 21:28:20Z marius $
---
> * $FreeBSD: head/sys/powerpc/ps3/ehci_ps3.c 228483 2011-12-14 00:28:54Z hselasky $
29c29
< __FBSDID("$FreeBSD: head/sys/powerpc/ps3/ehci_ps3.c 227843 2011-11-22 21:28:20Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/powerpc/ps3/ehci_ps3.c 228483 2011-12-14 00:28:54Z hselasky $");
154a155,157
> DEVMETHOD(device_resume, bus_generic_resume),
> DEVMETHOD(device_suspend, bus_generic_suspend),
> DEVMETHOD(device_shutdown, bus_generic_shutdown),
160,162c163,165
< "ehci",
< ehci_ps3_methods,
< sizeof(ehci_softc_t),
---
> .name = "ehci",
> .methods = ehci_ps3_methods,
> .size = sizeof(ehci_softc_t),