diff options
author | peter <peter@FreeBSD.org> | 1999-10-09 16:00:56 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-10-09 16:00:56 +0000 |
commit | 6b8112e41c0f445e1b75191832ea850f3deabd9f (patch) | |
tree | 0e417cc1f509a3881fa58376485e071c13b124a8 /sys | |
parent | 890df87b45160f07619d66b504991bd2e0daba27 (diff) | |
download | FreeBSD-src-6b8112e41c0f445e1b75191832ea850f3deabd9f.zip FreeBSD-src-6b8112e41c0f445e1b75191832ea850f3deabd9f.tar.gz |
Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcireg.h | 1 | ||||
-rw-r--r-- | sys/pci/pcireg.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index f90df10..b467a64 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -185,6 +185,7 @@ #define PCIC_SIMPLECOMM 0x07 #define PCIS_SIMPLECOMM_UART 0x00 +#define PCIP_SIMPLECOMM_UART_16550A 0x02 #define PCIS_SIMPLECOMM_PAR 0x01 #define PCIS_SIMPLECOMM_OTHER 0x80 diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h index f90df10..b467a64 100644 --- a/sys/pci/pcireg.h +++ b/sys/pci/pcireg.h @@ -185,6 +185,7 @@ #define PCIC_SIMPLECOMM 0x07 #define PCIS_SIMPLECOMM_UART 0x00 +#define PCIP_SIMPLECOMM_UART_16550A 0x02 #define PCIS_SIMPLECOMM_PAR 0x01 #define PCIS_SIMPLECOMM_OTHER 0x80 |