diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-24 17:23:46 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-24 17:23:46 +0000 |
commit | 981367932d3719f7287e6384432411a710de4729 (patch) | |
tree | 7cd466552d6b0c8bbf3ef07376add3e5b2ba7bc0 /src/superio/NSC/pc8374/pc8374.h | |
parent | 3b9591dd8b92834c108d2c5fca6b942b6e1d4c03 (diff) |
rename files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2184 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/NSC/pc8374/pc8374.h')
-rw-r--r-- | src/superio/NSC/pc8374/pc8374.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/superio/NSC/pc8374/pc8374.h b/src/superio/NSC/pc8374/pc8374.h new file mode 100644 index 0000000000..1f166a70fe --- /dev/null +++ b/src/superio/NSC/pc8374/pc8374.h @@ -0,0 +1,9 @@ +#define PC8374_FDC 0x00 /* Floppy */ +#define PC8374_PP 0x01 /* Parallel port */ +#define PC8374_SP2 0x02 /* Com2 */ +#define PC8374_SP1 0x03 /* Com1 */ +#define PC8374_SWC 0x04 +#define PC8374_KBCM 0x05 /* Mouse */ +#define PC8374_KBCK 0x06 /* Keyboard */ +#define PC8374_GPIO 0x07 +#define PC8374_HM 0x08 |