Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/uart/uart_core.c 234194 2012-04-12 18:46:48Z grehan $");
---
> __FBSDID("$FreeBSD: head/sys/dev/uart/uart_core.c 246243 2013-02-02 11:38:26Z avg $");
592a593,601
>
> int
> uart_bus_resume(device_t dev)
> {
> struct uart_softc *sc;
>
> sc = device_get_softc(dev);
> return (UART_ATTACH(sc));
> }