|
Lines 66-74
Link Here
|
| 66 |
using the same driver on the same or different busses. |
66 |
using the same driver on the same or different busses. |
| 67 |
For example, the following is allowed: |
67 |
For example, the following is allowed: |
| 68 |
.Pp |
68 |
.Pp |
| 69 |
.Fn DRIVERMODULE "foo" "isa" "foo_driver" "foo_devclass" "0" "0" ; |
69 |
.Fn DRIVER_MODULE "foo" "isa" "foo_driver" "foo_devclass" "0" "0" ; |
| 70 |
.Pp |
70 |
.Pp |
| 71 |
.Fn DRIVERMODULE "foo" "pci" "foo_driver" "foo_devclass" "0" "0" ; |
71 |
.Fn DRIVER_MODULE "foo" "pci" "foo_driver" "foo_devclass" "0" "0" ; |
| 72 |
.Pp |
72 |
.Pp |
| 73 |
.Fa driver |
73 |
.Fa driver |
| 74 |
is the driver of type |
74 |
is the driver of type |