# HG changeset patch # User gthomas # Date 1064944264 0 # Node ID bfc43ab51fb25ddc04aab24cec17274a78c95135 # Parent 05c5347d5941202cbba52a9738bc2efb3ed65c9d Scan full PCI bus diff --git a/packages/hal/powerpc/moab/current/ChangeLog b/packages/hal/powerpc/moab/current/ChangeLog --- a/packages/hal/powerpc/moab/current/ChangeLog +++ b/packages/hal/powerpc/moab/current/ChangeLog @@ -1,6 +1,7 @@ 2003-09-30 Gary Thomas * include/plf_io.h (CYGARC_VIRTUAL_ADDRESS): Added. + Scan all possible PCI slots. 2003-09-28 Gary Thomas diff --git a/packages/hal/powerpc/moab/current/include/plf_io.h b/packages/hal/powerpc/moab/current/include/plf_io.h --- 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