Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Regen from pcidevs rev. 1.318:



details:   https://anonhg.NetBSD.org/src/rev/003016953f1b
branches:  trunk
changeset: 508856:003016953f1b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 21 13:32:25 2001 +0000

description:
Regen from pcidevs rev. 1.318:
> Correct an entry for Acard UDMA IDE controller.
> The chip is actually marked as ATP860-A, not ATP860R.

diffstat:

 sys/dev/pci/pcidevs.h      |  6 +++---
 sys/dev/pci/pcidevs_data.h |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r 7b62cbefe90e -r 003016953f1b sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sat Apr 21 13:28:52 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Sat Apr 21 13:32:25 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.323 2001/04/13 19:01:28 hubertf Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.324 2001/04/21 13:32:25 tsutsui Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.317 2001/04/13 19:00:31 hubertf Exp 
+ *     NetBSD: pcidevs,v 1.318 2001/04/21 13:28:52 tsutsui Exp 
  */
 
 /*
@@ -630,7 +630,7 @@
 /* Acard products */
 #define        PCI_PRODUCT_ACARD_ATP850U       0x0005          /* ATP850U/UF UDMA IDE Controller */
 #define        PCI_PRODUCT_ACARD_ATP860        0x0006          /* ATP860 UDMA IDE Controller */
-#define        PCI_PRODUCT_ACARD_ATP860R       0x0007          /* ATP860R UDMA IDE Controller */
+#define        PCI_PRODUCT_ACARD_ATP860A       0x0007          /* ATP860-A UDMA IDE Controller */
 #define        PCI_PRODUCT_ACARD_AEC6710       0x8002          /* AEC6710 SCSI */
 #define        PCI_PRODUCT_ACARD_AEC6712UW     0x8010          /* AEC6712UW SCSI */
 #define        PCI_PRODUCT_ACARD_AEC6712U      0x8020          /* AEC6712U SCSI */
diff -r 7b62cbefe90e -r 003016953f1b sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sat Apr 21 13:28:52 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sat Apr 21 13:32:25 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.321 2001/04/13 19:01:29 hubertf Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.322 2001/04/21 13:32:25 tsutsui Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.317 2001/04/13 19:00:31 hubertf Exp 
+ *     NetBSD: pcidevs,v 1.318 2001/04/21 13:28:52 tsutsui Exp 
  */
 
 /*
@@ -310,10 +310,10 @@
            "ATP860 UDMA IDE Controller",
        },
        {
-           PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_ATP860R,
+           PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_ATP860A,
            0,
            "Acard",
-           "ATP860R UDMA IDE Controller",
+           "ATP860-A UDMA IDE Controller",
        },
        {
            PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6710,



Home | Main Index | Thread Index | Old Index