Mercurial > ecos
changeset 1257:bfc43ab51fb2
Scan full PCI bus
| author | gthomas |
|---|---|
| date | Tue, 30 Sep 2003 17:51:04 +0000 |
| parents | 05c5347d5941 |
| children | a77bd30a9395 |
| files | packages/hal/powerpc/moab/current/ChangeLog packages/hal/powerpc/moab/current/include/plf_io.h |
| diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/moab/current/ChangeLog +++ b/packages/hal/powerpc/moab/current/ChangeLog @@ -1,6 +1,7 @@ 2003-09-30 Gary Thomas <gary@mlbassoc.com> * include/plf_io.h (CYGARC_VIRTUAL_ADDRESS): Added. + Scan all possible PCI slots. 2003-09-28 Gary Thomas <gary@mlbassoc.com>
--- a/packages/hal/powerpc/moab/current/include/plf_io.h +++ b/packages/hal/powerpc/moab/current/include/plf_io.h @@ -65,7 +65,7 @@ // Restrict device [slot] space #define CYG_PCI_MAX_BUS 1 // Only one BUS #define CYG_PCI_MIN_DEV 1 // Slots start at 11 -#define CYG_PCI_MAX_DEV 21 // ... and end at 31 +#define CYG_PCI_MAX_DEV 22 // ... and end at 31 #define _IRQ1 CYGNUM_HAL_INTERRUPT_IRQ1 #define _IRQ2 CYGNUM_HAL_INTERRUPT_IRQ2 #define _IRQ3 CYGNUM_HAL_INTERRUPT_IRQ3
