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 RICOH R5C576 SD Card Controller.



details:   https://anonhg.NetBSD.org/src/rev/6e80ca70bafa
branches:  trunk
changeset: 823770:6e80ca70bafa
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon May 08 07:34:33 2017 +0000

description:
- Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.

diffstat:

 sys/dev/pci/pcidevs        |     9 +-
 sys/dev/pci/pcidevs.h      |    11 +-
 sys/dev/pci/pcidevs_data.h |  2727 ++++++++++++++++++++++---------------------
 3 files changed, 1385 insertions(+), 1362 deletions(-)

diffs (truncated from 3642 to 300 lines):

diff -r 898c6118adc1 -r 6e80ca70bafa sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon May 08 07:31:34 2017 +0000
+++ b/sys/dev/pci/pcidevs       Mon May 08 07:34:33 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1287 2017/04/27 03:57:17 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1288 2017/05/08 07:34:33 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -5915,6 +5915,7 @@
 product RICOH Rx5C478  0x0478 5C478 PCI-CardBus Bridge
 product RICOH Rx5C551  0x0551 5C551 PCI-CardBus Bridge/Firewire
 product RICOH Rx5C552  0x0552 5C552 PCI-CardBus Bridge/Firewire
+product RICOH RL5C576  0x0576 R5C576 SD Card Controller
 product RICOH Rx5C592  0x0592 5C592 PCI-CardBus Bridge/MS/SD/Firewire
 product RICOH Rx5C593  0x0593 5C593 PCI-CardBus Bridge/MS/SD/Firewire
 product RICOH Rx5C821  0x0821 5C821 PCI-CardBus Bridge/MS/SD/MMC/SC
@@ -6165,14 +6166,18 @@
 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 6300               0x6300  630 AGP VGA
 product SIS 530VGA             0x6306  530 GUI Accelerator+3D
-product SIS 6325               0x6325  6325 AGP VGA
+product SIS 6325               0x6325  650 AGP VGA
 product SIS 6326               0x6326  6326 AGP VGA
+product SIS 6330               0x6330  6330 VGA
 product SIS 5597_USB           0x7001  5597/5598 USB Host Controller
 product SIS 7002               0x7002  7002 USB 2.0 Host Controller
 product SIS 7012_AC            0x7012  7012 AC-97 Sound
+product SIS 7013               0x7013  7013 Modem
 product SIS 7016               0x7016  7016 10/100 Ethernet
 product SIS 7018               0x7018  7018 Sound
+product SIS 7019               0x7019  7019 Audio
 product SIS 7502               0x7502  7502 HD audio
 
 /* Silicon Motion products */
diff -r 898c6118adc1 -r 6e80ca70bafa sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon May 08 07:31:34 2017 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon May 08 07:34:33 2017 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.1279 2017/04/27 03:57:37 msaitoh Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.1280 2017/05/08 07:38:56 msaitoh Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.1287 2017/04/27 03:57:17 msaitoh Exp
+ *     NetBSD: pcidevs,v 1.1288 2017/05/08 07:34:33 msaitoh Exp
  */
 
 /*
@@ -5922,6 +5922,7 @@
 #define        PCI_PRODUCT_RICOH_Rx5C478       0x0478          /* 5C478 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_RICOH_Rx5C551       0x0551          /* 5C551 PCI-CardBus Bridge/Firewire */
 #define        PCI_PRODUCT_RICOH_Rx5C552       0x0552          /* 5C552 PCI-CardBus Bridge/Firewire */
+#define        PCI_PRODUCT_RICOH_RL5C576       0x0576          /* R5C576 SD Card Controller */
 #define        PCI_PRODUCT_RICOH_Rx5C592       0x0592          /* 5C592 PCI-CardBus Bridge/MS/SD/Firewire */
 #define        PCI_PRODUCT_RICOH_Rx5C593       0x0593          /* 5C593 PCI-CardBus Bridge/MS/SD/Firewire */
 #define        PCI_PRODUCT_RICOH_Rx5C821       0x0821          /* 5C821 PCI-CardBus Bridge/MS/SD/MMC/SC */
@@ -6172,14 +6173,18 @@
 #define        PCI_PRODUCT_SIS_968     0x0968          /* 968 Host Bridge */
 #define        PCI_PRODUCT_SIS_5597_IDE        0x5513          /* 5597/5598 IDE Controller */
 #define        PCI_PRODUCT_SIS_5597_HB 0x5597          /* 5597/5598 Host Bridge */
+#define        PCI_PRODUCT_SIS_6300    0x6300          /* 630 AGP VGA */
 #define        PCI_PRODUCT_SIS_530VGA  0x6306          /* 530 GUI Accelerator+3D */
-#define        PCI_PRODUCT_SIS_6325    0x6325          /* 6325 AGP VGA */
+#define        PCI_PRODUCT_SIS_6325    0x6325          /* 650 AGP VGA */
 #define        PCI_PRODUCT_SIS_6326    0x6326          /* 6326 AGP VGA */
+#define        PCI_PRODUCT_SIS_6330    0x6330          /* 6330 VGA */
 #define        PCI_PRODUCT_SIS_5597_USB        0x7001          /* 5597/5598 USB Host Controller */
 #define        PCI_PRODUCT_SIS_7002    0x7002          /* 7002 USB 2.0 Host Controller */
 #define        PCI_PRODUCT_SIS_7012_AC 0x7012          /* 7012 AC-97 Sound */
+#define        PCI_PRODUCT_SIS_7013    0x7013          /* 7013 Modem */
 #define        PCI_PRODUCT_SIS_7016    0x7016          /* 7016 10/100 Ethernet */
 #define        PCI_PRODUCT_SIS_7018    0x7018          /* 7018 Sound */
+#define        PCI_PRODUCT_SIS_7019    0x7019          /* 7019 Audio */
 #define        PCI_PRODUCT_SIS_7502    0x7502          /* 7502 HD audio */
 
 /* Silicon Motion products */
diff -r 898c6118adc1 -r 6e80ca70bafa sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon May 08 07:31:34 2017 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon May 08 07:34:33 2017 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.1278 2017/04/27 03:57:37 msaitoh Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.1279 2017/05/08 07:38:56 msaitoh Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.1287 2017/04/27 03:57:17 msaitoh Exp
+ *     NetBSD: pcidevs,v 1.1288 2017/05/08 07:34:33 msaitoh Exp
  */
 
 /*
@@ -10217,350 +10217,352 @@
            28565, 12948, 28571, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C552, 
            28587, 12948, 28571, 0,
+           PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_RL5C576, 
+           28593, 8380, 11140, 6300, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C592, 
-           28593, 12948, 28599, 0,
+           28600, 12948, 28606, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C593, 
-           28621, 12948, 28599, 0,
+           28628, 12948, 28606, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C821, 
-           28627, 12948, 28633, 0,
+           28634, 12948, 28640, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C822, 
-           28653, 12948, 28633, 0,
+           28660, 12948, 28640, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C832, 
-           28659, 28665, 0,
+           28666, 28672, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C843, 
-           28696, 12948, 28702, 0,
+           28703, 12948, 28709, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C847, 
-           28736, 12948, 28702, 0,
+           28743, 12948, 28709, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_RxDPCC, 
-           28742, 11140, 6300, 0,
+           28749, 11140, 6300, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C853, 
-           28753, 12948, 28759, 0,
+           28760, 12948, 28766, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5U230, 
-           28796, 28802, 6300, 0,
+           28803, 28809, 6300, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5U822, 
-           28824, 23555, 6300, 0,
+           28831, 23555, 6300, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5U823, 
-           28830, 23555, 6300, 0,
+           28837, 23555, 6300, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5U832, 
-           28836, 8606, 6300, 0,
+           28843, 8606, 6300, 0,
            PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C852, 
-           28842, 12212, 6300, 0,
+           28849, 12212, 6300, 0,
            PCI_VENDOR_RISCOM, PCI_PRODUCT_RISCOM_N2, 
-           28848, 0,
+           28855, 0,
            PCI_VENDOR_RNS, PCI_PRODUCT_RNS_FDDI, 
-           17940, 28851, 0,
+           17940, 28858, 0,
            PCI_VENDOR_S2IO, PCI_PRODUCT_S2IO_XFRAME, 
-           28856, 13428, 5554, 5562, 5754, 0,
+           28863, 13428, 5554, 5562, 5754, 0,
            PCI_VENDOR_S2IO, PCI_PRODUCT_S2IO_XFRAME2, 
-           28863, 13428, 5554, 5562, 5754, 0,
+           28870, 13428, 5554, 5562, 5754, 0,
            PCI_VENDOR_S2IO, PCI_PRODUCT_S2IO_XFRAME3, 
-           28871, 13428, 5554, 5562, 5754, 0,
+           28878, 13428, 5554, 5562, 5754, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE, 
-           28879, 0,
+           28886, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO32, 
-           28885, 0,
-           PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO64, 
            28892, 0,
+           PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO64, 
+           28899, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_AURORA64P, 
-           28902, 0,
+           28909, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO64UVP, 
-           28913, 0,
+           28920, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE_VX, 
-           28923, 0,
+           28930, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_868, 
-           28932, 0,
+           28939, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_928, 
-           28936, 0,
+           28943, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_864_0, 
-           28943, 28952, 0,
+           28950, 28959, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_864_1, 
-           28966, 28952, 0,
+           28973, 28959, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_864_2, 
-           28975, 28952, 0,
+           28982, 28959, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_864_3, 
-           28984, 28952, 0,
+           28991, 28959, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_964_0, 
-           28993, 29002, 0,
+           29000, 29009, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_964_1, 
-           29016, 29002, 0,
+           29023, 29009, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_964_2, 
-           29025, 29002, 0,
+           29032, 29009, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_964_3, 
-           29034, 29002, 0,
+           29041, 29009, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_968_0, 
-           29043, 29052, 0,
+           29050, 29059, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_968_1, 
-           29066, 29052, 0,
+           29073, 29059, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_968_2, 
-           29075, 29052, 0,
+           29082, 29059, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_968_3, 
-           29084, 29052, 0,
+           29091, 29059, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO64V2_DX, 
-           29093, 0,
+           29100, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_PLATO_PX, 
-           29105, 0,
+           29112, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO3D, 
-           29114, 29121, 0,
+           29121, 29128, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE_DX, 
-           29128, 0,
+           29135, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE_GX2, 
-           29137, 0,
+           29144, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO3D2X, 
-           29147, 0,
+           29154, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE3D, 
-           29157, 0,
+           29164, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE3D_MV, 
-           29166, 0,
+           29173, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE4, 
-           29178, 0,
+           29185, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_PROSAVAGE_KM133, 
-           29186, 29196, 0,
+           29193, 29203, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE_MX, 
-           29202, 0,
+           29209, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE_MXP, 
-           29211, 0,
+           29218, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE_MX_MV, 
-           29221, 0,
+           29228, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE_MX, 
-           29234, 0,
+           29241, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE_IX_MV, 
-           29244, 0,
+           29251, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE_IX, 
-           29257, 0,
+           29264, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE_IXC, 
-           29267, 0,
+           29274, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SAVAGE2000, 
-           29278, 0,
+           29285, 0,
            PCI_VENDOR_S3, PCI_PRODUCT_S3_SONICVIBES, 
-           29289, 0,
+           29296, 0,
            PCI_VENDOR_SAFENET, PCI_PRODUCT_SAFENET_SAFEXCEL, 
-           29300, 0,
+           29307, 0,
            PCI_VENDOR_SAMSUNGELEC3, PCI_PRODUCT_SAMSUNGELEC3_XP941, 
-           29309, 29315, 18027, 0,
+           29316, 29322, 18027, 0,
            PCI_VENDOR_SAMSUNGELEC3, PCI_PRODUCT_SAMSUNGELEC3_SM951, 
-           29319, 29315, 18027, 0,
+           29326, 29322, 18027, 0,
            PCI_VENDOR_SAMSUNGELEC3, PCI_PRODUCT_SAMSUNGELEC3_SM951_NVME, 
-           29319, 29315, 18022, 18027, 0,
+           29326, 29322, 18022, 18027, 0,
            PCI_VENDOR_SAMSUNGSEMI, PCI_PRODUCT_SAMSUNGSEMI_KS8920, 
-           29325, 5664, 5562, 0,
+           29332, 5664, 5562, 0,
            PCI_VENDOR_SANDBURST, PCI_PRODUCT_SANDBURST_QE1000, 
-           29332, 0,
+           29339, 0,
            PCI_VENDOR_SANDBURST, PCI_PRODUCT_SANDBURST_FE1000, 
-           29339, 0,
+           29346, 0,
            PCI_VENDOR_SEGA, PCI_PRODUCT_SEGA_BROADBAND, 
-           29346, 5754, 0,



Home | Main Index | Thread Index | Old Index