mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix typo: s/DRIVERMODULE/DRIVER_MODULE/
PR: 25901 Submitted by: Maxime Henrion <mux@qualys.com>
This commit is contained in:
parent
6277710941
commit
ec5dc5774c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74420
@ -66,9 +66,9 @@ which is a pretty clean way of making front ends for different cards
|
||||
using the same driver on the same or different busses.
|
||||
For example, the following is allowed:
|
||||
.Pp
|
||||
.Fn DRIVERMODULE "foo" "isa" "foo_driver" "foo_devclass" "0" "0" ;
|
||||
.Fn DRIVER_MODULE "foo" "isa" "foo_driver" "foo_devclass" "0" "0" ;
|
||||
.Pp
|
||||
.Fn DRIVERMODULE "foo" "pci" "foo_driver" "foo_devclass" "0" "0" ;
|
||||
.Fn DRIVER_MODULE "foo" "pci" "foo_driver" "foo_devclass" "0" "0" ;
|
||||
.Pp
|
||||
.Fa driver
|
||||
is the driver of type
|
||||
|
Loading…
Reference in New Issue
Block a user