Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2008 06:35:40 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 149587 for review
Message-ID:  <200809110635.m8B6Zek0000280@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149587

Change 149587 by weongyo@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);
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809110635.m8B6Zek0000280>