diff options
Diffstat (limited to 'src/include/device/chip.h')
-rw-r--r-- | src/include/device/chip.h | 1 |
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 }; |