diff options
author | imp <imp@FreeBSD.org> | 2006-02-07 18:43:46 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-02-07 18:43:46 +0000 |
commit | 323aae33b2e1c7f38ce5184f1730f1ea5b34d965 (patch) | |
tree | 01329772744f835c0b33716c3a9758c38e5a6522 /sys/arm/conf | |
parent | 2c860550f36e6d3e10336f88f31079586844c9dd (diff) | |
download | FreeBSD-src-323aae33b2e1c7f38ce5184f1730f1ea5b34d965.zip FreeBSD-src-323aae33b2e1c7f38ce5184f1730f1ea5b34d965.tar.gz |
Rather than pull in all the phy, just pull in the lxt phy that we need
for this board (although our lxtphy driver isn't claiming it, but that's
a different problem).
This saves 57k in this kernel.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/KB920X | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X index c672c99..9da37b0 100644 --- a/sys/arm/conf/KB920X +++ b/sys/arm/conf/KB920X @@ -69,7 +69,8 @@ device ether device nexus device uart device ate -device miibus +device mii +device lxtphy # Debugging for use in -current #options INVARIANTS #Enable calls of extra sanity checking |