diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2005-04-04 15:37:59 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2005-04-04 15:37:59 +0000 |
| commit | 4abfd70c872b16a7fbfb326d88c9a4a7f802a1cd (patch) | |
| tree | 7530240c0fdaceec4da4448f1c4391f2de942411 /sys/kern/subr_bus.c | |
| parent | fada20b9892ceafd55c8bd825e618611a9ced99d (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_bus.c')
| -rw-r--r-- | sys/kern/subr_bus.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index 16a2609f4370..438209fde3d9 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -1194,6 +1194,9 @@ devclass_get_count(devclass_t dc) /** * @brief Get the maximum unit number used in a devclass * + * Note that this is one greater than the highest currently-allocated + * unit. + * * @param dc the devclass to examine */ int |
