diff options
author | Philipp Degler <pdegler@rumms.uni-mannheim.de> | 2007-05-24 18:44:50 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-24 18:44:50 +0000 |
commit | 4adc7421f5b7c175c34f87d939309034f701d62c (patch) | |
tree | 30c1f974c88758fbe1ec82c82c9fe371a24fd838 /src/superio/ite/it8712f/it8712f.h | |
parent | 5ecfa2963d4d8d80a01eddbecba87124dee3c516 (diff) | |
download | coreboot-4adc7421f5b7c175c34f87d939309034f701d62c.tar.xz |
Various IT8712F fixes:
- Add missing IT8712F_GPIO definition.
- Add functions for entering and exiting MB PnP mode.
- Add some more device init lines to pnp_dev_info[].
Signed-off-by: Philipp Degler <pdegler@rumms.uni-mannheim.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2695 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/ite/it8712f/it8712f.h')
-rw-r--r-- | src/superio/ite/it8712f/it8712f.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/ite/it8712f/it8712f.h b/src/superio/ite/it8712f/it8712f.h index 989b7660ff..8348c20587 100644 --- a/src/superio/ite/it8712f/it8712f.h +++ b/src/superio/ite/it8712f/it8712f.h @@ -28,6 +28,7 @@ #define IT8712F_EC 0x04 /* Environment controller */ #define IT8712F_KBCK 0x05 /* Keyboard */ #define IT8712F_KBCM 0x06 /* Mouse */ +#define IT8712F_GPIO 0x07 /* GPIO */ #define IT8712F_MIDI 0x08 /* MIDI port */ #define IT8712F_GAME 0x09 /* GAME port */ #define IT8712F_IR 0x0a /* Consumer IR */ |