summaryrefslogtreecommitdiffstats
path: root/sys/dev/scc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-03-31 17:39:49 +0000
committermarcel <marcel@FreeBSD.org>2006-03-31 17:39:49 +0000
commitaf78fcb5cc45436661e3f72d206fd2515d23c23d (patch)
treec5a0b6d10f9c3b23ed3c7b15025abbae6a92a18e /sys/dev/scc
parentf41f274b639d2124c0d0958ab090bbd2193fe1bf (diff)
downloadFreeBSD-src-af78fcb5cc45436661e3f72d206fd2515d23c23d.zip
FreeBSD-src-af78fcb5cc45436661e3f72d206fd2515d23c23d.tar.gz
Add a DRIVER_MODULE declaration for fhc(4) as this attachement is
also used for the FHC bus. Pointed out by: marius@
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