History log of /freebsd-9.3-release/share/man/man9/DRIVER_MODULE.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 225220 27-Aug-2011 brueffer

Remove information and MLINK for MULTI_DRIVER_MODULE().
The macro was removed in r121129 almost 8 years ago.

PR: 150244
Submitted by: Gireesh Nagabhushana <dngireesh@avrita.com>
Approved by: re (kib)


# 88509 26-Dec-2001 davidc

Update function definitions and required include files to reflect
the current state of the system.

Approved by: alfred


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 82108 21-Aug-2001 alex

Add MULTI_DRIVER_MODULE().


# 81449 10-Aug-2001 ru

mdoc(7) police: protect trailing full stops of abbreviations
with a trailing zero-width space: `e.g.\&'.


# 79676 13-Jul-2001 alex

- correct two typos
- Use NULL instead of 0 for pointers (style(9)!)

Submitted by: Joel Wilsson <siigron@sii.linuxsweden.nu>
MFC after: 37 days


# 79366 06-Jul-2001 ru

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


# 74984 29-Mar-2001 bde

Fixed missing and disorded includes in synopsis.

Removed bogus quotes in .Fn invocations. Single words don't need quoting.


# 74420 18-Mar-2001 alex

Fix typo: s/DRIVERMODULE/DRIVER_MODULE/

PR: 25901
Submitted by: Maxime Henrion <mux@qualys.com>


# 74109 11-Mar-2001 alex

Use type of modeventhand_t for the event handler (defined in module.h).
Add a reference to module(9) for more info about the event handler.


# 65977 17-Sep-2000 alex

Add DRIVER_MODULE.9, the manual page describing the kernel driver
declaration macro.
Thanks to Sheldon for a big patch with language/mdoc fixes.

Reviewed by: asmodai, sheldonh