From 3d6107410848dbdbb0aebb58d889dd0afa4cfcd9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 24 Oct 2006 23:08:10 +0000 Subject: Rename src/superio/NSC to src/superio/nsc. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/nsc/pc97307/pc97307.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/superio/nsc/pc97307/pc97307.h (limited to 'src/superio/nsc/pc97307/pc97307.h') diff --git a/src/superio/nsc/pc97307/pc97307.h b/src/superio/nsc/pc97307/pc97307.h new file mode 100644 index 0000000000..fa1f7f69b5 --- /dev/null +++ b/src/superio/nsc/pc97307/pc97307.h @@ -0,0 +1,10 @@ +#define PC97307_KBCK 0x00 /* Keyboard */ +#define PC97307_KBCM 0x01 /* Mouse */ +#define PC97307_RTC 0x02 /* Real-Time Clock */ +#define PC97307_FDC 0x03 /* Floppy */ +#define PC97307_PP 0x04 /* Parallel port */ +#define PC97307_SP2 0x05 /* Com2 */ +#define PC97307_SP1 0x06 /* Com1 */ +#define PC97307_GPIO 0x07 +#define PC97307_PM 0x08 /* Power Management */ + -- cgit v1.2.3