9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: miller@hamnavoe.demon.co.uk miller@hamnavoe.demon.co.uk
Subject: Hardware
Date: Mon, 27 Jan 1997 19:56:58 +0000	[thread overview]
Message-ID: <19970127195658.8-fW1_pYT0yambTKf2640TgbZUexd0ZAZCCmEpzYSKQ@z> (raw)

forsyth@plan9.cs.york.ac.uk 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




             reply	other threads:[~1997-01-27 19:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-27 19:56 miller [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-01-27 11:33 Hardware forsyth
1997-01-27 10:39 Hardware Bengt
1997-01-24  2:41 Hardware Mike

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19970127195658.8-fW1_pYT0yambTKf2640TgbZUexd0ZAZCCmEpzYSKQ@z \
    --to=miller@hamnavoe.demon.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).