From b3da970964339dabeedd4384ae21ce4917825937 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 12 Mar 2004 23:38:20 +0000 Subject: starting point for 87366 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1396 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/NSC/pc87366/pc87366.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/superio/NSC/pc87366/pc87366.h (limited to 'src/superio/NSC/pc87366/pc87366.h') diff --git a/src/superio/NSC/pc87366/pc87366.h b/src/superio/NSC/pc87366/pc87366.h new file mode 100644 index 0000000000..ccdf1a099d --- /dev/null +++ b/src/superio/NSC/pc87366/pc87366.h @@ -0,0 +1,11 @@ +#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 -- cgit v1.2.3