This configuration option does no longer exist since when PCI handling was reworked in seabios.
Signed-off-by: Bernie Innocenti bernie@codewiz.org
Index: packages/seabios/hardcode.diff =================================================================== --- packages/seabios/hardcode.diff (revision 261) +++ packages/seabios/hardcode.diff (working copy) @@ -17,12 +17,3 @@
// Support for int13 floppy drive access #define CONFIG_FLOPPY_SUPPORT 1 -@@ -36,7 +36,7 @@ - // Support int 1a/b1 PCI BIOS calls - #define CONFIG_PCIBIOS 1 - // Maximum number of PCI busses. --#define CONFIG_PCI_BUS_COUNT 2 -+#define CONFIG_PCI_BUS_COUNT 6 - // Support int 15/53 APM BIOS calls - #define CONFIG_APMBIOS 1 - // Support int 19/18 system bootup support