diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-08-29 18:45:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-08-29 18:45:21 +0000 |
| commit | 919ccba73ef71d7304a57c8fa88e326ee513340c (patch) | |
| tree | 5118571d460721f251b76d46c4bb7e502aba0280 /sys/dev/dc | |
| parent | f7da27dd856abf0f81da5ba31c332e651cfdf93a (diff) | |
Notes
Diffstat (limited to 'sys/dev/dc')
| -rw-r--r-- | sys/dev/dc/if_dc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index f86eca9ec6f6..34a80128564a 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -139,7 +139,10 @@ MODULE_DEPEND(dc, pci, 1, 1, 1); MODULE_DEPEND(dc, ether, 1, 1, 1); MODULE_DEPEND(dc, miibus, 1, 1, 1); -/* "device miibus" required. See GENERIC if you get errors here. */ +/* + * "device miibus" is required in kernel config. See GENERIC if you get + * errors here. + */ #include "miibus_if.h" /* |
