coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
f81865f.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /*
4  * Datasheet:
5  * - Name: F81865F/F-I
6  */
7 #ifndef SUPERIO_FINTEK_F81865_H
8 #define SUPERIO_FINTEK_F81865_H
9 
10 /* Logical Device Numbers (LDN). */
11 #define F81865F_FDC 0x00 /* Floppy */
12 #define F81865F_SP1 0x10 /* UART1 */
13 #define F81865F_SP2 0x11 /* UART2 */
14 #define F81865F_PP 0x03 /* Parallel Port */
15 #define F81865F_HWM 0x04 /* Hardware Monitor */
16 #define F81865F_KBC 0x05 /* Keyboard/Mouse */
17 #define F81865F_GPIO 0x06 /* General Purpose I/O (GPIO) */
18 #define F81865F_PME 0x0a /* Power Management Events (PME) */
19 
20 #endif /* SUPERIO_FINTEK_F81865_H */