1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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.
This commit is contained in:
Warner Losh 2006-02-07 18:43:46 +00:00
parent ca6831c711
commit e51680a229
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155436

View File

@ -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