Add a brief warning about devclass and multiple device driver attachments.

This commit is contained in:
Daniel C. Sobral 2000-11-23 17:19:54 +00:00
parent bbc7e5700d
commit 232095104e

View File

@ -48,6 +48,10 @@ Each
has a name and there cannot be two devclasses with the same name.
This ensures that unique unit numbers are allocated to device
instances.
.Pp
Beware that this means
.Dv devclass
must be the same for different bus attachments of the same device driver.
.Sh SEE ALSO
.Xr devclass_add_driver 9 ,
.Xr devclass_delete_driver 9 ,