History log of /freebsd-10.1-release/share/man/man9/DRIVER_MODULE.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 239510 21-Aug-2012 jhb

Document DRIVER_MODULE_ORDERED, EARLY_DRIVER_MODULE, and
EARLY_DRIVER_MODULE_ORDERED.


# 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