NetBSD-Bugs archive

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

port-amd64/39580: [PATCH] Add PCI-IDs for ASUS-F5SL and some SiS chips



>Number:         39580
>Category:       port-amd64
>Synopsis:       [PATCH] Add PCI-IDs for ASUS-F5SL and some SiS chips
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-amd64-maintainer
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 18 19:00:00 +0000 2008
>Originator:     Peter Mockel
>Release:        NetBSD-HEAD
>Organization:
Private
>Environment:
NetBSD 4.99.72 amd64
>Description:
Hello,

I made a patch. This patch  adding the PC-IDs for the ASUS F5SL-AP177D
Notebook and some SiS chips


This is my first patch. It would give me great pleasure if someone
commit this patch :)

The patch is attached.

Best regards,
>How-To-Repeat:

> product ATI RADEON_M82_95C4   0x95c4  Mobility Radeon HD 3400 Series (M82)
adopted from: 
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=blob_plain;f=src/rhd_id.c
and 
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=blob_plain;f=src/ati_pciids_gen.h

> product SIS 7502              0x7502  7502 HD Sound
adopted from: 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blobdiff;f=sound/pci/hda/hda_intel.c;h=2b6bd3139b86d09203d5a9a0b4084a9d9d51e4ba;hp=288ab07648305576a4f2b754c6102e55a76502f5;hb=47672310789431c16de22f16934febf4d55b4bb0;hpb=a93bf99077886d209f8e72bc134e1ceb36e76aa2

For SiS 671 see:
http://www.sis.com/products/sis671.htm

And for SiS 966 and 968 see:
http://www.sis.com/products/sis966.htm
http://www.sis.com/products/sis968.htm
(useful for comparison with the already existing 965 PCI ID:
http://www.sis.com/products/sis965.htm)
>Fix:
--- pcidevs.old 2008-09-07 16:47:44.000000000 +0200
+++ pcidevs     2008-09-07 17:57:37.000000000 +0200
@@ -1320,6 +1320,7 @@
 product ATI RS690_PPB_7915     0x7915  RS690 PCI to PCI-Express Port 1 Bridge
 product ATI RS690_PPB_7916     0x7916  RS690 PCI to PCI-Express Port 2 Bridge
 product ATI RS690_PPB_7917     0x7917  RS690 PCI to PCI-Express Port 3 Bridge
+product ATI RADEON_M82_95C4    0x95c4  Mobility Radeon HD 3400 Series (M82)
 product ATI RADEON_HD2600_XT   0x9588  Radeon HD2600 XT GDDR3
 product ATI RADEON_HD2600_HD   0xaa08  Radeon HD2600 HD Audio Controller
 
@@ -3583,7 +3584,9 @@
 product SIS 180_SATA           0x0180  180 SATA controller
 product SIS 181_SATA           0x0181  181 SATA controller
 product SIS 182_SATA           0x0182  182 SATA controller
+product SIS 183_SATA           0x0183  183 SATA controller
 product SIS 190                        0x0190  190 Ethernet
+product SIS 191                        0x0191  191 Gigabit Ethernet
 product SIS 5597_VGA           0x0200  5597/5598 integrated VGA
 product SIS 300                        0x0300  300/305 AGP VGA
 product SIS 85C501             0x0406  85C501
@@ -3606,6 +3609,7 @@
 product SIS 655                        0x0655  655 Host Bridge
 product SIS 658                        0x0658  658 Host Bridge
 product SIS 661                        0x0661  661 Host Bridge
+product SIS 671                        0x0671  671 Host Bridge
 product SIS 730                        0x0730  730 Host Bridge
 product SIS 733                        0x0733  733 Host Bridge
 product SIS 735                        0x0735  735 Host Bridge
@@ -3627,6 +3631,8 @@
 product SIS 963                        0x0963  963 Host Bridge
 product SIS 964                        0x0964  964 Host Bridge
 product SIS 965                        0x0965  965 Host Bridge
+product SIS 966                        0x0966  966 Host Bridge
+product SIS 968                        0x0968  968 Host Bridge
 product SIS 5597_IDE           0x5513  5597/5598 IDE controller
 product SIS 5597_HB            0x5597  5597/5598 host bridge
 product SIS 530VGA             0x6306  530 GUI Accelerator+3D
@@ -3637,6 +3643,7 @@
 product SIS 7012_AC            0x7012  7012 AC-97 Sound
 product SIS 7016               0x7016  7016 10/100 Ethernet
 product SIS 7018               0x7018  7018 Sound
+product SIS 7502               0x7502  7502 HD Sound
 
 /* Silicon Motion products */
 product SILMOTION SM710                0x0710  LynxEM



Home | Main Index | Thread Index | Old Index