Index: [thread] [date] [subject] [author]
  From: James A Simmons <jsimmons@acsu.buffalo.edu>
  To  : ggi-develop@eskimo.com
  Date: Sun, 6 Sep 1998 19:27:06 -0400 (EDT)

Re: kgicon on PPC (yes, I finally tried)

> I've hacked up a script parse the new /proc/bus/pci/devices file,
> and I just added some final touches and commited.
> 
> It also has some improvements over all the other detection methods:
> * The card database is separated from the script, so you can use
>   any program/script for the detection.
> * The above also makes the DB more compact.
> * It detects all PCI cards and lets the user choose which one to
>   build a driver for.
> 
> Currently the DB only contains Matrox cards, S3 Trio and some Cirrus
> cards, as I do NOT want untested stuff blindly copied from the
> old PCI database.
> 

Yes I tried it with my Matrox Millenium. It worked like a charm

> So everyone that has _sucessfully_ run kgicon on a PCI card, please
> send me the following:
> * The configfile you used for kgicon.

# chipset driver
CHIP_CLASS=Matrox
CHIP_TYPE=mga2064

# graphic driver
ACCEL_CLASS=Matrox
ACCEL_TYPE=mga2064

# clock chip driver
CLK_CLASS=prog
CLK_TYPE=tvp3026

# ramdac driver
DAC_CLASS=TI
DAC_TYPE=tvp3026

# monitor driver
MON_CLASS=timelist
MON_TYPE=VGA

> * Your /proc/bus/pci/devices file

0000	80861250	0	00000000	00000000	00000000	00000000	00000000	00000000	00000000
0038	80867000	0	00000000	00000000	00000000	00000000	00000000	00000000	00000000
0039	80867010	0	00000000	00000000	00000000	00000000	0000f001	00000000	00000000
003a	80867020	f	00000000	00000000	00000000	00000000	00006001	00000000	00000000
0088	102b0519	f	e1800000	e1000008	00000000	00000000	00000000	00000000	00000000
0090	121a0001	0	e0000008	00000000	00000000	00000000	00000000	00000000	00000000

> * The full name of the card as well as the vendor name.

Matrox Millenium I

> 
> (And everyone that has one of the above mentioned cards, please try
> kgicon/util/pcidetect)
> 

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