PERFORCE change 149587 for review

Weongyo Jeong weongyo at FreeBSD.org
Thu Sep 11 06:35:41 UTC 2008


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

Change 149587 by weongyo at weongyo_ws on 2008/09/11 06:35:26

	When we're using USB as modules we need a dependency to USB if we
	try to load ndis because it uses M_USBDEV variable defined at usb
	module.
	
	Pointed by:	Paul B. Mahol <onemda_at_gmail.com>

Affected files ...

.. //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#13 edit

Differences ...

==== //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#13 (text+ko) ====

@@ -1211,3 +1211,6 @@
 
 	{ NULL, NULL, NULL }
 };
+
+MODULE_DEPEND(ndis, usb, 1, 1, 1);
+


More information about the p4-projects mailing list