blob: 0f9486d6006a6bf66f220224e3a9a3e93e450ca5 [file] [log] [blame]
Zheng Bao9db833b2009-12-28 09:59:44 +00001/*
2 * superio.c: RAM driver for SMSC LPC47M10X2 Super I/O chip
3 *
4 * Copyright 2000 AG Electronics Ltd.
5 * Copyright 2003-2004 Linux Networx
6 * Copyright 2004 Tyan
7 * Copyright (C) 2005 Digital Design Corporation
8 * Copyright (C) Ron Minnich, LANL
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23 */
24
Ronald G. Minnich8a02b7d2006-08-17 20:31:09 +000025#define LPC47M10X2_FDC 0 /* Floppy */
26#define LPC47M10X2_PP 3 /* Parallel Port */
27#define LPC47M10X2_SP1 4 /* Com1 */
28#define LPC47M10X2_SP2 5 /* Com2 */
29#define LPC47M10X2_KBC 7 /* Keyboard & Mouse */
30#define LPC47M10X2_GAME 9 /* GAME */
31#define LPC47M10X2_PME 10 /* PME reg*/
32#define LPC47M10X2_MPU 10 /* MPE -- who knows -- reg*/
33
34#define LPC47M10X2_MAX_CONFIG_REGISTER 0x5F