# Antler serial and PTY device policy.
#
# No physical-screen login policy exists.  All four traditional PC serial
# ports remain represented as ttyS0 through ttyS3.  Init runs one getty on
# COM1/ttyS0 at levels 1 and 3; COM2/ttyS1 is leased to pointersys while the
# configured Microsoft mouse is active, so opening ttyS1 then reports busy.
# COM3 and COM4 remain available to applications.  The GEM terminal separately
# allocates one free PTY and starts /bin/sh inside the graphical session.

TTY_ttyS0=yes
TTY_ttyS1=yes
TTY_ttyS2=yes
TTY_ttyS3=yes

TTY_ttyS0_BAUD=9600
TTY_ttyS1_BAUD=9600
TTY_ttyS2_BAUD=9600
TTY_ttyS3_BAUD=9600
