[PATCH 16/42] LIBPCI: added license and auto-gen comment to pci/ids.h

Daniel Hellstrom daniel at gaisler.com
Tue Apr 14 11:32:43 UTC 2015


To be Merged.
---
 cpukit/libpci/pci/ids.h |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/cpukit/libpci/pci/ids.h b/cpukit/libpci/pci/ids.h
index d4ce5f5..88e1ad5 100644
--- a/cpukit/libpci/pci/ids.h
+++ b/cpukit/libpci/pci/ids.h
@@ -1,4 +1,29 @@
-/* PCI Identifiers - auto generated */
+/*
+ *  Copyright 1994, Drew Eckhardt
+ *  Copyright 1997, 1998 Martin Mares <mj at atrey.karlin.mff.cuni.cz>
+ *
+ *  This file comes from the auto-generated PCI IDs part of the
+ *  cpukit/include/rtems/pci.h.
+ *  Copyright 2009, Cobham Gaisler AB
+ *
+ *  For more information, please consult the following manuals (look at
+ *  http://www.pcisig.com/ for how to get them):
+ *
+ *  PCI BIOS Specification
+ *  PCI Local Bus Specification
+ *  PCI to PCI Bridge Specification
+ *  PCI System Design Guide
+ */
+
+/* PCI Vendor and card ID's: sort these numerically according to vendor
+ * (and according to card ID within vendor). Send all updates to
+ * <linux-pcisupport at cck.uni-kl.de>.
+ */
+ 
+/* For the future this file should be generated
+ * from the PCI IDS database at http://pciids.sourceforge.net/ ?
+ */
+
 #ifndef __PCI_IDS_H__
 #define __PCI_IDS_H__
 
-- 
1.7.0.4




More information about the devel mailing list