9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: forsyth@plan9.cs.york.ac.uk forsyth@plan9.cs.york.ac.uk
Subject: 3c589 on a thinkpad 701
Date: Mon, 18 Dec 1995 15:32:05 -0500	[thread overview]
Message-ID: <19951218203205.XO8VWvOuXLb-lZKL8vBzUXlnedDWS8MJ_uQeJmQxwdw@z> (raw)

the quick hack to get the 3c589 (and presumably almost
anything else) to work on the thinkpad was to change
	p = (uchar*)(KZERO+0xC8000);
in /sys/src/9/pc/main.c to
	p = (uchar*)(KZERO+0xD0000);
i'll work out something more general later.

the problem is that 0xC8000 appears to be writable (it's probably shadowing
something), but nothing else can be mapped over it.
i couldn't find a configuration control screen to enable or disable shadowing.

does anyone happen to know
	- which sound chip is used in the 701?
	- which infrared chipset is used for the irDA interface?






             reply	other threads:[~1995-12-18 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-12-18 20:32 forsyth [this message]
1995-12-18 21:09 forsyth

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=19951218203205.XO8VWvOuXLb-lZKL8vBzUXlnedDWS8MJ_uQeJmQxwdw@z \
    --to=forsyth@plan9.cs.york.ac.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).