Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci add SIS 6326 low-end AGP graphics



details:   https://anonhg.NetBSD.org/src/rev/3d7820f6a8d1
branches:  trunk
changeset: 473413:3d7820f6a8d1
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jun 02 08:56:03 1999 +0000

description:
add SIS 6326 low-end AGP graphics
fix CL_PD6832 device id, PR kern/7691 from Paul Dokas

diffstat:

 sys/dev/pci/pcidevs |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 12dba974e690 -r 3d7820f6a8d1 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Jun 02 05:53:56 1999 +0000
+++ b/sys/dev/pci/pcidevs       Wed Jun 02 08:56:03 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.126 1999/05/29 07:10:33 mrg Exp $
+$NetBSD: pcidevs,v 1.127 1999/06/02 08:56:03 drochner Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -711,7 +711,7 @@
 product CIRRUS CL_GD5446       0x00b8  CL-GD5446
 product CIRRUS CL_GD5480       0x00bc  CL-GD5480
 product CIRRUS CL_PD6729       0x1100  CL-PD6729
-product        CIRRUS CL_PD6832        0x1100  CL-PD6832 PCI-CardBus Bridge
+product        CIRRUS CL_PD6832        0x1110  CL-PD6832 PCI-CardBus Bridge
 product        CIRRUS CL_PD6833        0x1113  CL-PD6833 PCI-CardBus Bridge
 product CIRRUS CL_GD7542       0x1200  CL-GD7542
 product CIRRUS CL_GD7543       0x1202  CL-GD7543
@@ -1096,6 +1096,7 @@
 product SIS 900                        0x0900  SiS900 10/100 Ethernet
 product SIS 5597_IDE           0x5513  5597/5598 IDE controller
 product SIS 5597_HB            0x5597  5597/5598 host bridge
+product SIS 6326               0x6326  6326 AGP VGA
 product SIS 5597_USB           0x7001  5597/5598 USB host controller
 
 /* Silicon Motion products */



Home | Main Index | Thread Index | Old Index