Better comment
This commit is contained in:
parent
f7da27dd85
commit
919ccba73e
@ -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"
|
||||
|
||||
/*
|
||||
|
@ -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"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user