9fans archive / 1997 / 01 / 28 /    prev next

From: miller@ham... miller@ham...
Subject: Hardware
Date: Mon, 27 Jan 1997 19:56:58 GMT

forsyth@pla... says:

> i've successfully used SLC, ELC and SS1 out-of-the-box.

The IPX also works as terminal or cpu server, but not as a file server
(at least mine wouldn't) without making a one-line change to the serial 
port driver [copied from the equivalent place in /sys/src/9/port/devscc.c]: 

diff /n/cdrom/sys/src/fs/ss/scc.c scc.c
164c164
< 	sp->sticky[11] = TxClockBR | RxClockBR | TRxCOutBR | TRxCOI;
---
> 	sp->sticky[11] = TxClockBR | RxClockBR | TRxCOutBR /*| TRxCOI*/;

-- Richard Miller