From ac3bec460707e102233b7c5249b12c54c883e0f5 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 17 Sep 2000 12:20:08 +0000 Subject: Reference DRIVER_MODULE.9 --- share/man/man9/driver.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9 index e1d28cb..c33551c 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 -- cgit v1.1