blob: dbed582bcea3915490f5318be5a83e53ec71a86f (
plain)
1
2
3
4
5
6
7
8
9
|
#define PC87351_FDC 0x00 /* Floppy */
#define PC87351_PP 0x01 /* Parallel port */
#define PC87351_SP2 0x02 /* Com2 */
#define PC87351_SP1 0x03 /* Com1 */
#define PC87351_SWC 0x04 /* System wakeup control */
#define PC87351_KBCM 0x05 /* Mouse */
#define PC87351_KBCK 0x06 /* Keyboard */
#define PC87351_GPIO 0x07 /* General purpose IO */
#define PC87351_FSD 0x08 /* Fan speed device */
|