Only use PCI strings for x86 for now. On m68k at least those make the boot tgz exceed the floppy image size.

Maybe this should be moved to BuildSetup, or just discarded, they are only used for printing vendor names at boot...
This commit is contained in:
François Revol
2011-12-05 00:41:34 +01:00
parent 80abc6322c
commit 30fc876c38
@@ -13,7 +13,12 @@
#include "pci.h"
#define PCI_VERBOSE 1
#ifdef __INTEL__
// enabling it makes the pci bus_manager binary about 1MB
// some other platforms have issues with floppy image size...
// TODO: Move this define to BuildSetup?
#define USE_PCI_HEADER 1
#endif
#if USE_PCI_HEADER
# include "pcihdr.h"