summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakanori Watanabe <takawata@FreeBSD.org>2003-03-15 13:03:30 +0000
committerTakanori Watanabe <takawata@FreeBSD.org>2003-03-15 13:03:30 +0000
commit869c12cbb472ef6f384a9ab1b03b51f56b792b10 (patch)
tree69b9d03c37892984a9663cb1cab4caca1af6d8d9
parentfe002e754616043a13216fff572deef576fd05c7 (diff)
Notes
-rw-r--r--sys/dev/usb/udbp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/udbp.c b/sys/dev/usb/udbp.c
index a0519da07d0a..bf2d6f3e6d58 100644
--- a/sys/dev/usb/udbp.c
+++ b/sys/dev/usb/udbp.c
@@ -606,6 +606,7 @@ udbp_out_transfer_cb(usbd_xfer_handle xfer, usbd_private_handle priv,
}
DRIVER_MODULE(udbp, uhub, udbp_driver, udbp_devclass, usbd_driver_load, 0);
+MODULE_DEPEND(udbp, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION);
/***********************************************************************