Added legacy in order to get pcib to work correctly and resoleved fxp attach issue.

The fxp attach has a resource allocation issue still to address, but
should work as soon as that is debugged.
This commit is contained in:
Jennifer Averett
2012-06-29 12:42:00 -05:00
parent 58ea5ee27a
commit 36ebd68c02
9 changed files with 555 additions and 48 deletions

View File

@@ -59,7 +59,8 @@
SYSINIT_DRIVER_REFERENCE(mmcsd, mmc)
#define SYSINIT_NEED_PCIB \
SYSINIT_REFERENCE(p0init); \
SYSINIT_DRIVER_REFERENCE(legacy, nexus); \
SYSINIT_DRIVER_REFERENCE(pcib, legacy); \
SYSINIT_DRIVER_REFERENCE(pci, pcib);
#define SYSINIT_NEED_NET_IF_BFE \