diff options
Diffstat (limited to 'src/superio/nsc/pc87366/pc87366.h')
-rw-r--r-- | src/superio/nsc/pc87366/pc87366.h | 16 |
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 0000000000..d1bc9de319 --- /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 + |