[BACK]Return to pcidevs_data.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/pcidevs_data.h between version 1.932 and 1.933

version 1.932, 2008/03/26 11:13:30 version 1.933, 2008/04/01 23:17:32
Line 4 
Line 4 
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.   * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *   *
  * generated from:   * generated from:
  *      NetBSD: pcidevs,v 1.932 2008/03/26 11:12:43 jmcneill Exp   *      NetBSD: pcidevs,v 1.933 2008/04/01 23:16:16 cegger Exp
  */   */
   
 /*  /*
Line 2320  static const struct pci_vendor pci_vendo
Line 2320  static const struct pci_vendor pci_vendo
             "NetPower (2nd PCI Vendor ID)",              "NetPower (2nd PCI Vendor ID)",
         },          },
         {          {
               PCI_VENDOR_XENSOURCE,
               "XenSource, Inc.",
           },
           {
             PCI_VENDOR_C4T,              PCI_VENDOR_C4T,
             "c't Magazin",              "c't Magazin",
         },          },
Line 2392  static const struct pci_vendor pci_vendo
Line 2396  static const struct pci_vendor pci_vendo
             "INVALID VENDOR ID",              "INVALID VENDOR ID",
         },          },
 };  };
 const int pci_nvendors = 588;  const int pci_nvendors = 589;
   
 static const struct pci_product pci_products[] = {  static const struct pci_product pci_products[] = {
         {          {
Line 14048  static const struct pci_product pci_prod
Line 14052  static const struct pci_product pci_prod
             "NPATA-32 IDE (KME)",              "NPATA-32 IDE (KME)",
         },          },
         {          {
               PCI_VENDOR_XENSOURCE, PCI_PRODUCT_XENSOURCE_XENPLATFORM,
               "Xen Platform Device",
           },
           {
             PCI_VENDOR_XIRCOM, PCI_PRODUCT_XIRCOM_X3201_3,              PCI_VENDOR_XIRCOM, PCI_PRODUCT_XIRCOM_X3201_3,
             "X3201-3 Fast Ethernet Controller",              "X3201-3 Fast Ethernet Controller",
         },          },
Line 14100  static const struct pci_product pci_prod
Line 14108  static const struct pci_product pci_prod
             "Video Controller",              "Video Controller",
         },          },
 };  };
 const int pci_nproducts = 2926;  const int pci_nproducts = 2927;

Legend:
Removed from v.1.932  
changed lines
  Added in v.1.933

CVSweb <webmaster@jp.NetBSD.org>