I can verify that the unused header on the IA-1 is indeed a serial port.
The traces for it go right under the Via south-bridge where it has pins for two serial ports. Sticking a scope on the connector and twiddling a few bits (RTS, DTR) shows that this is in fact /dev/ttyS1 (COM2?). The connector has labels for pins 1, 2, 9, and 10. If you follow that convention, the pins come out to:
1: DCD (DB-9 pin 1)
2: DSR (DB-9 pin 6)
3: RD (DB-9 pin 2)
4: RTS (DB-9 pin 7)
5: TD (DB-9 pin 3)
6: CTS (DB-9 pin 8)
7: DTR (DB-9 pin 4)
8: -- (DB-9 pin 9)
9: Gnd (DB-9 pin 5)
10: --
The only deal is that it is 0/+5v outputs, so it still needs a line driver (MAX232, MAX238, etc.) attached to it.