# Serial device configuration # # The address format is "scheme,socket,instance". # case "$ADDRESS" in *,*,*) INFO="Default modem setup" # Symbolic link to dialout device LINK="/dev/modem" # Options for 'setserial' IRQ=`setserial -g /dev/$DEVICE | cut -f 7 -d ' ' -` SERIAL_OPTS="irq $IRQ" # Should we create an inittab entry for this port? #INITTAB="/sbin/mgetty" # Card eject policy options NO_CHECK=n NO_FUSER=n ;; esac