diff options
author | imp <imp@FreeBSD.org> | 2003-11-05 20:48:36 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-11-05 20:48:36 +0000 |
commit | 5dbd589c210c61a0cb5fd5eccb0057be03d63a2e (patch) | |
tree | 1b7b8351f7ae19f5420be3453539f710218905ae /sys | |
parent | c1f70887cd98e91b587bcd5c639ecb6d38c0c902 (diff) | |
download | FreeBSD-src-5dbd589c210c61a0cb5fd5eccb0057be03d63a2e.zip FreeBSD-src-5dbd589c210c61a0cb5fd5eccb0057be03d63a2e.tar.gz |
Change config file syntax to be less FreeBSD 3.x
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pci/if_xl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index 53a0301..eddfafd 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -135,7 +135,7 @@ MODULE_DEPEND(xl, pci, 1, 1, 1); MODULE_DEPEND(xl, ether, 1, 1, 1); MODULE_DEPEND(xl, miibus, 1, 1, 1); -/* "controller miibus0" required. See GENERIC if you get errors here. */ +/* "driver miibus" required. See GENERIC if you get errors here. */ #include "miibus_if.h" #include <pci/if_xlreg.h> |