View | Details | Raw Unified | Return to bug 250248 | Differences between
and this patch

Collapse All | Expand All

(-)hdac.c (+1 lines)
Lines 2149-2154 Link Here
2149
	DEVMETHOD(device_detach,	hdac_detach),
2149
	DEVMETHOD(device_detach,	hdac_detach),
2150
	DEVMETHOD(device_suspend,	hdac_suspend),
2150
	DEVMETHOD(device_suspend,	hdac_suspend),
2151
	DEVMETHOD(device_resume,	hdac_resume),
2151
	DEVMETHOD(device_resume,	hdac_resume),
2152
	DEVMETHOD(device_shutdown,	hdac_detach),
2152
	/* Bus interface */
2153
	/* Bus interface */
2153
	DEVMETHOD(bus_get_dma_tag,	hdac_get_dma_tag),
2154
	DEVMETHOD(bus_get_dma_tag,	hdac_get_dma_tag),
2154
	DEVMETHOD(bus_print_child,	hdac_print_child),
2155
	DEVMETHOD(bus_print_child,	hdac_print_child),

Return to bug 250248