summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/uart/uart_bus_isa.c')
-rw-r--r--sys/dev/uart/uart_bus_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c
index 1836663..1fda15f 100644
--- a/sys/dev/uart/uart_bus_isa.c
+++ b/sys/dev/uart/uart_bus_isa.c
@@ -50,6 +50,7 @@ static device_method_t uart_isa_methods[] = {
DEVMETHOD(device_probe, uart_isa_probe),
DEVMETHOD(device_attach, uart_bus_attach),
DEVMETHOD(device_detach, uart_bus_detach),
+ DEVMETHOD(device_resume, uart_bus_resume),
{ 0, 0 }
};
OpenPOWER on IntegriCloud