diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-03-25 18:17:36 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-03-25 18:17:36 +0000 |
commit | 5c34bfd78dd7da7ac0aeb21f30c9eae8e6b2781e (patch) | |
tree | d35a04c8856a4f1ea826c1e24a4316c9bf95227c /src/mainboard/tyan/s2885 | |
parent | 68a5e08499e0481b378174aa0bc3f2d059c178f9 (diff) |
disable pci device dump
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1480 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2885')
-rw-r--r-- | src/mainboard/tyan/s2885/auto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s2885/auto.c b/src/mainboard/tyan/s2885/auto.c index e5a31dec99..fe3b691f98 100644 --- a/src/mainboard/tyan/s2885/auto.c +++ b/src/mainboard/tyan/s2885/auto.c @@ -206,9 +206,9 @@ static void main(void) memreset_setup(); sdram_initialize(sizeof(cpu)/sizeof(cpu[0]), cpu); -#if 1 +#if 0 dump_pci_devices(); - //dump_pci_device(PCI_DEV(0, 0x18, 1)); + dump_pci_device(PCI_DEV(0, 0x18, 1)); #endif /* Check all of memory */ |