diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-08-13 18:49:40 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-08-13 18:49:40 +0000 |
| commit | 74bd1c1038d5de585f56f19b690107230cb4f229 (patch) | |
| tree | ae95c524cff98d6f41926fcc67606798dca85cc9 /sys/dev | |
| parent | 9350bdc398e00c2d615b6bbf8c4a064a701c130b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index d798de7ea5c3..2f81aa1894df 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -536,6 +536,9 @@ Static void umass_dump_buffer (struct umass_softc *sc, u_int8_t *buffer, int buflen, int printlen); #endif +#if defined(__FreeBSD__) +MODULE_DEPEND(umass, cam, 1,1,1); +#endif /* * USB device probe/attach/detach |
