Does anyone happen to know if there's a way to set up the default state of a serial port at boot? I want to switch the port into raw mode instead of cooked. When everything is running I just use "stty -F /dev/ttyS0 raw" but that will not survive a reboot. setserial as far as I can tell only handles the base configuration (address, IRQ, etc.)