summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-07-23 18:14:20 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-07-23 18:14:20 +0000
commitde085393ed0dc30e5d81e3efa6deec54b0624fb6 (patch)
treeed330fedfc5a0cfe5a8e101e63a0c41d6b09e589
parent252d3ff1f6fb0e6405abc1f79f7f39eb8aabbe96 (diff)
downloadcoreboot-de085393ed0dc30e5d81e3efa6deec54b0624fb6.tar.xz
*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1008 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/include/device/chip.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/device/chip.h b/src/include/device/chip.h
index 10b4017d4a..574df1d4e0 100644
--- a/src/include/device/chip.h
+++ b/src/include/device/chip.h
@@ -28,13 +28,13 @@ struct lpt_ports {
};
enum chip_pass {
- CHIP_PRE_CONSOLE,
- CHIP_PRE_PCI,
- CHIP_PRE_DEVICE_ENUMERATE,
- CHIP_PRE_DEVICE_CONFIGURE,
- CHIP_PRE_DEVICE_ENABLE,
- CHIP_PRE_DEVICE_INITIALIZE,
- CHIP_PRE_BOOT
+ CHIP_PASS_PRE_CONSOLE,
+ CHIP_PASS_PRE_PCI,
+ CHIP_PASS_PRE_DEVICE_ENUMERATE,
+ CHIP_PASS_PRE_DEVICE_CONFIGURE,
+ CHIP_PASS_PRE_DEVICE_ENABLE,
+ CHIP_PASS_PRE_DEVICE_INITIALIZE,
+ CHIP_PASS_PRE_BOOT
};