summaryrefslogtreecommitdiffstats
path: root/sys/dev/scc/scc_bfe_macio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/scc/scc_bfe_macio.c')
-rw-r--r--sys/dev/scc/scc_bfe_macio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c
index e0e7318..c098595 100644
--- a/sys/dev/scc/scc_bfe_macio.c
+++ b/sys/dev/scc/scc_bfe_macio.c
@@ -56,7 +56,7 @@ scc_macio_probe(device_t dev)
if (!strcmp(nm, "escc")) {
device_set_desc(dev, "Zilog Z8530 dual channel SCC");
sc->sc_class = &scc_z8530_class;
- return (scc_bfe_probe(dev, MACIO_REGSHFT, MACIO_RCLK));
+ return (scc_bfe_probe(dev, MACIO_REGSHFT, MACIO_RCLK, 0));
}
return (ENXIO);
}
OpenPOWER on IntegriCloud