FreeBSD Bugzilla – Attachment 109255 Details for
Bug 150244
[patch] DRIVER_MODULE(9): MULTI_DRIVER_MODULE is only in man page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.13 KB, created by
Gireesh Nagabhushana
on 2010-09-03 11:40:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gireesh Nagabhushana
Created:
2010-09-03 11:40:07 UTC
Size:
1.13 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 211419) >+++ Makefile (working copy) >@@ -600,7 +600,7 @@ > domain.9 pfctlinput2.9 \ > domain.9 pffindproto.9 \ > domain.9 pffindtype.9 >-MLINKS+=DRIVER_MODULE.9 MULTI_DRIVER_MODULE.9 >+MLINKS+=DRIVER_MODULE.9 > MLINKS+=EVENTHANDLER.9 EVENTHANDLER_DECLARE.9 \ > EVENTHANDLER.9 EVENTHANDLER_DEREGISTER.9 \ > EVENTHANDLER.9 eventhandler_deregister.9 \ >Index: DRIVER_MODULE.9 >=================================================================== >--- DRIVER_MODULE.9 (revision 211419) >+++ DRIVER_MODULE.9 (working copy) >@@ -40,7 +40,6 @@ > .In sys/bus.h > .In sys/module.h > .Fn DRIVER_MODULE name busname "driver_t driver" "devclass_t devclass" "modeventhand_t evh" "void *arg" >-.Fn MULTI_DRIVER_MODULE name busname "driver_t drivers[]" "devclass_t devclass" "modeventhand_t evh" "void *arg" > .Sh DESCRIPTION > The > .Fn DRIVER_MODULE >@@ -97,10 +96,6 @@ > .Dv NULL > pointer. > .Pp >-.Fn MULTI_DRIVER_MODULE >-is a special version of >-.Fn DRIVER_MODULE , >-which takes a list of drivers instead of a single driver instance. > .Sh SEE ALSO > .Xr device 9 , > .Xr driver 9 ,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150244
: 109255