9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Geoff Collyer <geoff@collyer.net>
From: geoff@collyer.net
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Need some info
Date: Mon, 23 Jun 2003 03:55:58 -0700	[thread overview]
Message-ID: <c99d97dfcef67c651c7e710c7df51536@collyer.net> (raw)
In-Reply-To: <8c372c23846de69ded92f10cf3783f4d@plan9.escet.urjc.es>

It looks to me like the i810 is supported:

% grep 810 /lib/vgadb
	vid=0x8086 did=0x7121		# Intel 82810
	vid=0x8086 did=0x7123		# Intel 82810-DC100
	vid=0x8086 did=0x7125		# Intel 82810E
% grep chipset /sys/src/cmd/aux/vga/i81x.c
 * Intel 81x chipset family.
			case 0x3577:	/* Intel 830M chipset (experimental) */
% p /sys/src/9/pc/vgai81x.c
[...]
static Pcidev *
i81xpcimatch(void)
{
	Pcidev *p;

	p = nil;
	while((p = pcimatch(p, 0x8086, 0)) != nil){
		switch(p->did){
		default:
			continue;
		case 0x7121:
		case 0x7123:
		case 0x7125:
		case 0x1102:
		case 0x1112:
		case 0x1132:
[...]


  reply	other threads:[~2003-06-23 10:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-23  9:02 Santanu Chatterjee
2003-06-23 10:10 ` Fco.J.Ballesteros
2003-06-23 10:55   ` Geoff Collyer, geoff [this message]
2003-06-24  2:21     ` Russ Cox
2003-06-24  3:04       ` okamoto
2003-06-23 17:15   ` Douglas A. Gwyn
2003-06-23 21:01     ` matt

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=c99d97dfcef67c651c7e710c7df51536@collyer.net \
    --to=geoff@collyer.net \
    --cc=9fans@cse.psu.edu \
    /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).