Author: myles Date: 2009-04-08 17:26:59 +0200 (Wed, 08 Apr 2009) New Revision: 263
Modified: buildrom-devel/packages/seabios/hardcode.diff Log: This configuration option does no longer exist since when PCI handling was reworked in seabios.
Signed-off-by: Bernie Innocenti bernie@codewiz.org Acked-by: Myles Watson mylesgw@gmail.com
Modified: buildrom-devel/packages/seabios/hardcode.diff =================================================================== --- buildrom-devel/packages/seabios/hardcode.diff 2009-04-06 21:01:57 UTC (rev 262) +++ buildrom-devel/packages/seabios/hardcode.diff 2009-04-08 15:26:59 UTC (rev 263) @@ -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