diff options
author | sam <sam@FreeBSD.org> | 2009-02-26 19:47:11 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-02-26 19:47:11 +0000 |
commit | 5c62a293bb9fdf27529f7fc0fae8748e2c49f3e8 (patch) | |
tree | c50f8718a8d28ee154ffd6d534b0fe043a39acff /tools | |
parent | 8fe376f424467ccd4c815d8520d31df403715f50 (diff) | |
download | FreeBSD-src-5c62a293bb9fdf27529f7fc0fae8748e2c49f3e8.zip FreeBSD-src-5c62a293bb9fdf27529f7fc0fae8748e2c49f3e8.tar.gz |
use mii instead of miibus to not pull in useless phy code
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/nanobsd/gateworks/G2358 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/gateworks/G2358 b/tools/tools/nanobsd/gateworks/G2358 index 1d46ec5..1b7a7cc 100644 --- a/tools/tools/nanobsd/gateworks/G2358 +++ b/tools/tools/nanobsd/gateworks/G2358 @@ -77,7 +77,7 @@ device npe # Network Processing Engine device npe_fw device firmware device qmgr # Q Manager (required by npe) -device miibus # NB: required by npe +device mii # NB: required by npe device ether device bpf |