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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user