# 86Box graphical UI UART hardware policy.
#
# COM1 is the Microsoft serial-mouse device in the graphical acceptance
# profile.  Direct COM2 tracing is disabled.  sersys keeps ownership of the
# four UARTs and their shared IRQ lines; pointersys receives COM1 bytes through
# an authenticated raw lease and never opens a tty.

UART_DRIVER_MODE=irq

UART_ttyS0_BASE=0x3f8
UART_ttyS0_IRQ=4
UART_ttyS0_TYPE=8250
UART_ttyS0_FLOW=none

UART_ttyS1_BASE=0x2f8
UART_ttyS1_IRQ=3
UART_ttyS1_TYPE=8250
UART_ttyS1_FLOW=none

UART_ttyS2_BASE=0x3e8
UART_ttyS2_IRQ=4
UART_ttyS2_TYPE=auto
UART_ttyS2_FLOW=none

UART_ttyS3_BASE=0x2e8
UART_ttyS3_IRQ=3
UART_ttyS3_TYPE=auto
UART_ttyS3_FLOW=none
