summaryrefslogtreecommitdiffstats
path: root/src/superio/nsc/pc87366/pc87366.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-24 23:08:10 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-10-24 23:08:10 +0000
commit3d6107410848dbdbb0aebb58d889dd0afa4cfcd9 (patch)
tree97ec6a99b4e3313aef4eed983b81145d24e70f2b /src/superio/nsc/pc87366/pc87366.h
parentd86417bfa379de85ba7a52ba626bbdfbed389438 (diff)
downloadcoreboot-3d6107410848dbdbb0aebb58d889dd0afa4cfcd9.tar.gz
coreboot-3d6107410848dbdbb0aebb58d889dd0afa4cfcd9.tar.bz2
coreboot-3d6107410848dbdbb0aebb58d889dd0afa4cfcd9.zip
Rename src/superio/NSC to src/superio/nsc.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/nsc/pc87366/pc87366.h')
-rw-r--r--src/superio/nsc/pc87366/pc87366.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/superio/nsc/pc87366/pc87366.h b/src/superio/nsc/pc87366/pc87366.h
new file mode 100644
index 000000000000..d1bc9de3198c
--- /dev/null
+++ b/src/superio/nsc/pc87366/pc87366.h
@@ -0,0 +1,16 @@
+#define PC87366_FDC 0x00 /* Floppy */
+#define PC87366_PP 0x01 /* Parallel port */
+#define PC87366_SP2 0x02 /* Com2 */
+#define PC87366_SP1 0x03 /* Com1 */
+#define PC87366_SWC 0x04
+#define PC87366_KBCM 0x05 /* Mouse */
+#define PC87366_KBCK 0x06 /* Keyboard */
+#define PC87366_GPIO 0x07
+#define PC87366_ACB 0x08
+#define PC87366_FSCM 0x09
+#define PC87366_WDT 0x0A
+#define PC87366_GMP 0x0b
+#define PC87366_MIDI 0x0C
+#define PC87366_VLM 0x0D
+#define PC87366_TMS 0x0E
+