9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Matt Gushee <mgushee@havenrock.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Yet another VGA issue (CT65550)
Date: Mon,  5 May 2003 15:55:12 -0600	[thread overview]
Message-ID: <20030505215512.GE5035@swordfish> (raw)
In-Reply-To: <289ce248d8b559f0b1e4588f79a7b7c0@plan9.bell-labs.com>

On Mon, May 05, 2003 at 04:24:50PM -0400, rsc@plan9.bell-labs.com wrote:
> > aux/vga -piV
> > ------------
> > Oops, I guess not! The floppy disk containing that info has died, and my
> > 9box is put away for the moment. Guess I'll have to send it later.
>
> Also include pci.txt.  The ``not found'' message means
> no hiqvideo (65550) card was found that we know how
> to drive.  There's only a few PCI IDs we support, and
> yours isn't in the list.

You know, I don't think the machine in question even has a PCI bus. It's
a 1996 model. At any rate, pci.txt is empty. Here's the vga stuff.


aux/vga -piV
------------
main->snarf
vga->snarf
vga->dump
vmf 25175000 vmdf 0 vf1 0 vbw 0
vga->init
vga->dump
main->exits
aux/vga: controller not in /lib/vgadb
0xE0000 55 AA 80 EB 3F 37 34 30 30 30 30 30 30 30 30 30  U...?74000000000
0xE0010 30 30 30 30 30 30 30 23 78 01 90 01 30 30 49 42  0000000#x...00IB
0xE0020 4D 20 56 47 41 20 43 6F 6D 70 61 74 69 62 6C 65  M VGA Compatible
0xE0030 20 42 49 4F 53 2E 20 34 1A 05 81 00 B2 01 C2 01   BIOS. 4........
0xE0040 D0 01 F6 01 E9 F2 8F 86 D0 D2 E0 E6 40 C2 DC C8  ............@...
0xE0050 40 A8 CA C6 D0 DC DE D8 DE CE D2 CA E6 58 40 92  @............X@.
0xE0060 DC C6 5C 00 FF 01 50 55 2D 10 83 00 50 55 54 00  ..\...PU-...PUT.
0xE0070 00 00 00 07 12 CC 07 0A 18 07 0A 00 A0 7F 00 47  ...............G
0xE0080 00 00 E0 00 A0 00 00 47 00 00 00 91 16 00 00 00  .......G........
0xE0090 54 4F 53 48 49 42 41 20 56 69 64 65 6F 20 42 49  TOSHIBA Video BI
0xE00A0 4F 53 20 56 32 2E 30 30 0D 0A 00 00 00 00 00 00  OS V2.00........
0xE00B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
0xE00C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
0xE00D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
0xE00E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
0xE00F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
main->snarf
vga->snarf
vga->dump
vga misc             67
vga feature          01
vga sequencer        03 01 03 00 02
vga crt              5F 4F 50 82 55 81 BF 1F - 00 4F 0D 0E 00 00 07 80
                     9C 0E 8F 28 1F 96 B9 A3 - FF
vga graphics         00 00 00 00 00 10 0E 00 - FF
vga attribute        00 01 02 03 04 05 14 07 - 38 39 3A 3B 3C 3D 3E 3F
                     0C 00 0F 00 00
vga virtual         0 0
vga panning         off
vga apz                     0
vga linear                  0

vmf 25175000 vmdf 0 vf1 0 vbw 0
vga->init
dbdumpmode
type=vga, size=640x480x1
frequency=25175000
x=640 (0x280), y=480 (0x1E0), z=1 (0x1)
ht=800 (0x320), shb=664 (0x298), ehb=760 (0x2F8)
shs=664 (0x298), ehs=760 (0x2F8)
vt=525 (0x20D), vrs=491 (0x1EB), vre=493 (0x1ED)
hsync=0, vsync=0, interlace=0
vga->dump
vga flag             Fdump|Finit|Fsnarf
vga misc             E3
vga feature          01
vga sequencer        03 01 0F 00 06
vga crt              5F 4F 52 9F 53 1F20B 3E - 00 40 00 00 00 00 00 00
                    1EB 2D1DF 28 001EB1EC C3 -7FF
vga graphics         00 00 00 00 00 00 05 0F - FF
vga attribute        00 01 02 03 04 05 06 07 - 08 09 0A 0B 0C 0D 0E 0F
                     01 FF 0F 00 00
vga virtual         640 480
vga panning         off
vga apz                     0
vga linear                  0

main->exits


--
Matt Gushee                 When a nation follows the Way,
Englewood, Colorado, USA    Horses bear manure through
mgushee@havenrock.com           its fields;
http://www.havenrock.com/   When a nation ignores the Way,
                            Horses bear soldiers through
                                its streets.

                            --Lao Tzu (Peter Merel, trans.)


  reply	other threads:[~2003-05-05 21:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-05 20:08 Matt Gushee
2003-05-05 20:24 ` rsc
2003-05-05 21:55   ` Matt Gushee [this message]
2003-05-05 22:01     ` rsc
2003-05-06  1:59       ` Matt Gushee
2003-05-06  2:11         ` jmk
2003-05-06  2:42           ` Matt Gushee
2003-05-06  6:57       ` Jim Choate
2003-05-06  7:15   ` M.Stein
2003-05-06  6:46 ` [9fans] " Jim Choate
2003-05-06  7:47   ` Charles Forsyth
2003-05-06  9:42     ` Charles Forsyth
2003-05-06 11:42     ` [9fans] Cross-Building (was: Yet another VGA issue (CT65550)) Jim Choate
2003-05-06 14:36 ` [9fans] Yet another VGA issue (CT65550) splite

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=20030505215512.GE5035@swordfish \
    --to=mgushee@havenrock.com \
    --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).