From 77f3abec92386f77ab7b6885b585a4ba347dd63b Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 17 Sep 2000 12:20:08 +0000 Subject: [PATCH] Reference DRIVER_MODULE.9 --- share/man/man9/driver.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9 index e1d28cbbf09..c33551c3416 100644 --- a/share/man/man9/driver.9 +++ b/share/man/man9/driver.9 @@ -83,7 +83,9 @@ interface. .Pp When a driver is registered with the system (by the .Dv DRIVER_MODULE -macro), it is added to the list of drivers contained in the devclass +macro, see +.Xr DRIVER_MODULE 9 ) , +it is added to the list of drivers contained in the devclass of its parent bus type. For instance all PCI drivers would be contained in the devclass named "pci" and all ISA drivers would be in the devclass named "isa". @@ -96,6 +98,7 @@ can optionally call extra initialisation code in the driver by specifying an extra module event handler and argument as the last two arguments. .Sh SEE ALSO +.Xr DRIVER_MODULE 9 , .Xr devclass 9 , .Xr device 9 .Sh AUTHORS