Index: [thread] [date] [subject] [author]
  From: Lutz Oberst <ggi-devel@runner.swb.de>
  To  : ggi-develop@eskimo.com
  Date: Wed, 8 Jul 1998 15:51:24 +0200

Re: Problems with a S3 Card

Am Tue, Jul 07, 1998 at 04:49:57PM -0700, schrieb Jon M. Taylor

Hallo,

> I don't know German, but the error looks like a resource conflict. 
> The most common causes of this in the past have been that either something
> else has grabbed the VGA IO ports (cat /proc/ioports to check)

No. My card handbook says that the I/O Adress is at: 3B0-3DF
This memory is not used:

0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-009f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : npu
0170-0177 : ide1
01f0-01f7 : ide0
02f8-02ff : serial(set)
0376-0376 : ide1
03f0-03f5 : floppy
03f6-03f6 : ide0
03f7-03f7 : floppy DIR
03f8-03ff : serial(set)

Mabye this is important: When I start up a non-ggi-kernel
another I/O-Port is displayed:

03c0-03df : vga+

This one is mission in the ioports list of the ggi-kernel, but I think
this is ok. Or ?

> or you have
> a COM4 port,
No.

> which conflicts with the S3 accelerator IO ports.  Also I
> noticed that you are using the VGA clockchip driver.
Sorry, pasted out the wrong entry. Here is the right one:

---------------------
Jul  8 15:37:35 runner kernel: S3 86c765 (Trio64) chipset driver rev $Revision:
1.9 $
Jul  8 15:37:35 runner kernel: 86c765.c:302: default values: ff 01 f1 1b ff ff ff 80 ff
Jul  8 15:37:35 runner kernel: S3 Trio/ViRGE integrated PLL clock driver rev $Revision: 1.5 $
Jul  8 15:37:35 runner kernel: generic.c:282: S3 accel driver loaded
Jul  8 15:37:35 runner kernel: pll.inc:335: internal error. Please report to Jon M. Taylor <taylorj@csus.edu>. Thank you!
Jul  8 15:37:35 runner kernel: error: failed to register as display 0
Jul  8 15:37:35 runner kernel: S3 Trio/ViRGE integrated PLL clock driver removed
Jul  8 15:37:35 runner kernel: S3 86c765 (Trio64) chipset driver rev $Revision:
1.9 $ removed.
Jul  8 15:37:35 runner insmod: drv/modules/ggidrv.o: init_module: Das Gerdt oder die Ressource ist belegt
-------------------

>  Try using the S3
> idac clockchip driver instead - I doubt the VGA one will work in MMIO
> mode.
If I select the VGA Chipset, the driver works. If I select the
S3 chipset, it crashes as decived above.

> Jon
Tschau, Lutz
-- 
I do not take drugs -- I am drugs.
                -- Salvador Dali

Index: [thread] [date] [subject] [author]