PERFORCE change 101655 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Jul 15 16:03:59 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101655

Change 101655 by hselasky at hselasky_mini_itx on 2006/07/15 16:02:55

	Make sure that the 'ng_ubt' module depends on the
	'usb' module. Change module name from 'ubt' to 'ng_ubt'.

Affected files ...

.. //depot/projects/usb/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c#3 edit

Differences ...

==== //depot/projects/usb/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c#3 (text+ko) ====

@@ -375,9 +375,10 @@
  * Module
  */
 
-DRIVER_MODULE(ubt, uhub, ubt_driver, ubt_devclass, ubt_modevent, 0);
+DRIVER_MODULE(ng_ubt, uhub, ubt_driver, ubt_devclass, ubt_modevent, 0);
 MODULE_VERSION(ng_ubt, NG_BLUETOOTH_VERSION);
 MODULE_DEPEND(ng_ubt, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION);
+MODULE_DEPEND(ng_ubt, usb, 1, 1, 1);
 
 /****************************************************************************
  ****************************************************************************


More information about the p4-projects mailing list