Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135379635
D6179.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6179.diff
View Options
Index: head/sys/dev/bhnd/bcma/bcma_bhndb.c
===================================================================
--- head/sys/dev/bhnd/bcma/bcma_bhndb.c
+++ head/sys/dev/bhnd/bcma/bcma_bhndb.c
@@ -180,4 +180,5 @@
MODULE_VERSION(bcma_bhndb, 1);
MODULE_DEPEND(bcma_bhndb, bcma, 1, 1, 1);
+MODULE_DEPEND(bcma_bhndb, bhnd, 1, 1, 1);
MODULE_DEPEND(bcma_bhndb, bhndb, 1, 1, 1);
Index: head/sys/dev/bhnd/bhnd_subr.c
===================================================================
--- head/sys/dev/bhnd/bhnd_subr.c
+++ head/sys/dev/bhnd/bhnd_subr.c
@@ -31,6 +31,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
+#include <sys/param.h>
#include <sys/bus.h>
#include <sys/systm.h>
@@ -889,4 +890,4 @@
child, type, rid, r));
return (EINVAL);
-};
\ No newline at end of file
+};
Index: head/sys/dev/bhnd/cores/chipc/chipc.c
===================================================================
--- head/sys/dev/bhnd/cores/chipc/chipc.c
+++ head/sys/dev/bhnd/cores/chipc/chipc.c
@@ -306,4 +306,5 @@
DEFINE_CLASS_0(bhnd_chipc, chipc_driver, chipc_methods, sizeof(struct chipc_softc));
DRIVER_MODULE(bhnd_chipc, bhnd, chipc_driver, bhnd_chipc_devclass, 0, 0);
+MODULE_DEPEND(bhnd_chipc, bhnd, 1, 1, 1);
MODULE_VERSION(bhnd_chipc, 1);
Index: head/sys/dev/bhnd/cores/pci/bhnd_pci.c
===================================================================
--- head/sys/dev/bhnd/cores/pci/bhnd_pci.c
+++ head/sys/dev/bhnd/cores/pci/bhnd_pci.c
@@ -546,3 +546,4 @@
MODULE_VERSION(bhnd_pci, 1);
MODULE_DEPEND(bhnd_pci, pci, 1, 1, 1);
+MODULE_DEPEND(bhnd_pci, bhnd, 1, 1, 1);
Index: head/sys/dev/bhnd/siba/siba_bhndb.c
===================================================================
--- head/sys/dev/bhnd/siba/siba_bhndb.c
+++ head/sys/dev/bhnd/siba/siba_bhndb.c
@@ -179,4 +179,5 @@
MODULE_VERSION(siba_bhndb, 1);
MODULE_DEPEND(siba_bhndb, siba, 1, 1, 1);
-MODULE_DEPEND(siba_bhndb, bhndb, 1, 1, 1);
\ No newline at end of file
+MODULE_DEPEND(siba_bhndb, bhnd, 1, 1, 1);
+MODULE_DEPEND(siba_bhndb, bhndb, 1, 1, 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 10, 7:22 AM (21 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25100731
Default Alt Text
D6179.diff (1 KB)
Attached To
Mode
D6179: Fix bhnd module build
Attached
Detach File
Event Timeline
Log In to Comment