diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-03-31 17:39:49 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-03-31 17:39:49 +0000 |
| commit | 1b0c333020ad8992625f54d2198ce6c02311b757 (patch) | |
| tree | c5a0b6d10f9c3b23ed3c7b15025abbae6a92a18e /sys/dev/scc | |
| parent | d6acfaf5e69193245ae67d64dc5918280e8f8189 (diff) | |
Notes
Diffstat (limited to 'sys/dev/scc')
| -rw-r--r-- | sys/dev/scc/scc_bfe_sbus.c | 1 |
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 0843f2d0c30a..05db9c6f422f 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); |
