summaryrefslogtreecommitdiffstats
path: root/sys/dev/scc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/scc')
-rw-r--r--sys/dev/scc/scc_bfe_sbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/scc/scc_bfe_sbus.c b/sys/dev/scc/scc_bfe_sbus.c
index 0843f2d..05db9c6 100644
--- a/sys/dev/scc/scc_bfe_sbus.c
+++ b/sys/dev/scc/scc_bfe_sbus.c
@@ -81,4 +81,5 @@ static driver_t scc_sbus_driver = {
sizeof(struct scc_softc),
};
+DRIVER_MODULE(puc, fhc, puc_sbus_driver, puc_devclass, 0, 0);
DRIVER_MODULE(scc, sbus, scc_sbus_driver, scc_devclass, 0, 0);
OpenPOWER on IntegriCloud