aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627ehg/w83627ehg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627ehg/w83627ehg.h')
-rw-r--r--src/superio/winbond/w83627ehg/w83627ehg.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/superio/winbond/w83627ehg/w83627ehg.h b/src/superio/winbond/w83627ehg/w83627ehg.h
new file mode 100644
index 0000000000..5be54f7dfe
--- /dev/null
+++ b/src/superio/winbond/w83627ehg/w83627ehg.h
@@ -0,0 +1,33 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2007 AMD
+ * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#define W83627EHG_FDC 0 /* Floppy */
+#define W83627EHG_PP 1 /* Parallel Port */
+#define W83627EHG_SP1 2 /* Com1 */
+#define W83627EHG_SP2 3 /* Com2 */
+#define W83627EHG_KBC 5 /* Keyboard & Mouse */
+#define W83627EHG_SFI 6 /* Serial Flash Interface */
+#define W83627EHG_GPIO_GAME_MIDI 7 /* GPIO1, GPIO6, Game Port and MIDI Port */
+#define W83627EHG_WDTO_PLED 8 /* TODO */
+#define W83627EHG_GPIO_SUSLED 9 /* GPIO2, GPIO3, GPIO4, GPIO5 and SUSLED */
+#define W83627EHG_ACPI 10 /* ACPI */
+#define W83627EHG_HWM 11 /* Hardware Monitor */
+