coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
f71863fg.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_FINTEK_F71863FG_H
4 #define SUPERIO_FINTEK_F71863FG_H
5 
6 /* Logical Device Numbers (LDN). */
7 #define F71863FG_FDC 0x00 /* Floppy */
8 #define F71863FG_SP1 0x01 /* UART1 */
9 #define F71863FG_SP2 0x02 /* UART2 */
10 #define F71863FG_PP 0x03 /* Parallel port */
11 #define F71863FG_HWM 0x04 /* Hardware monitor */
12 #define F71863FG_KBC 0x05 /* PS/2 keyboard and mouse */
13 #define F71863FG_GPIO 0x06 /* General Purpose I/O (GPIO) */
14 #define F71863FG_VID 0x07 /* VID */
15 #define F71863FG_SPI 0x08 /* SPI */
16 #define F71863FG_PME 0x0a /* Power Management Events (PME) and ACPI */
17 
18 #endif /* SUPERIO_FINTEK_F71863FG_H */