diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-08-29 17:41:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-08-29 17:41:14 +0000 |
commit | 61be08bd3e7f411ffb544d3ded2ae14ca225e982 (patch) | |
tree | 98c7b4de0c03834c742cd1ddccfe7aa20ae016fd /src/superio/ite/it8671f/it8671f.h | |
parent | abaf71a2d5a62d0de88c2f69b038f8646835ffe3 (diff) | |
download | coreboot-61be08bd3e7f411ffb544d3ded2ae14ca225e982.tar.xz |
merge latest code from Uwe Hermann
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2394 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/ite/it8671f/it8671f.h')
-rw-r--r-- | src/superio/ite/it8671f/it8671f.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/superio/ite/it8671f/it8671f.h b/src/superio/ite/it8671f/it8671f.h index 1c44bfe478..98ef0f75ab 100644 --- a/src/superio/ite/it8671f/it8671f.h +++ b/src/superio/ite/it8671f/it8671f.h @@ -16,11 +16,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -/* TODO: Find datasheet and check for correct values. */ #define IT8671F_FDC 0x00 /* Floppy */ -/* #define IT8671F_PP 0x01 */ /* Parallel port */ +#define IT8671F_SP1 0x01 /* Com1 */ #define IT8671F_SP2 0x02 /* Com2 */ -#define IT8671F_SP1 0x03 /* Com1 */ -#define IT8671F_KBCK 0x06 /* Keyboard */ -/* #define IT8671F_FAN 0x09 */ +#define IT8671F_PP 0x03 /* Parallel port */ +#define IT8671F_KBCK 0x05 /* Keyboard */ +#define IT8671F_KBCM 0x06 /* Mouse */ |