aboutsummaryrefslogtreecommitdiff
path: root/src/include/device
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-07-23 21:38:02 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-07-23 21:38:02 +0000
commit5bed979a9b65f5eb1e4cb0a4fff8bf6fa32f4f77 (patch)
tree121c5970de5c9b7de13e556858973e5252e9b869 /src/include/device
parentc99bd5f38fed81bfda8ad974aeaa04c21ffe40ab (diff)
added post-pci pass
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1019 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r--src/include/device/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/chip.h b/src/include/device/chip.h
index 978af8157f..448665ecd0 100644
--- a/src/include/device/chip.h
+++ b/src/include/device/chip.h
@@ -34,6 +34,7 @@ enum chip_pass {
CONF_PASS_PRE_DEVICE_CONFIGURE,
CONF_PASS_PRE_DEVICE_ENABLE,
CONF_PASS_PRE_DEVICE_INITIALIZE,
+ CONF_PASS_POST_PCI,
CONF_PASS_PRE_BOOT
};