From 39937b6c85b12aca9a2991087a139eb0e05e0f20 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Tue, 7 Apr 2015 16:35:53 +0200 Subject: LIBPCI: added license and auto-gen comment to pci/ids.h To be Merged. --- cpukit/libpci/pci/ids.h | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'cpukit/libpci') diff --git a/cpukit/libpci/pci/ids.h b/cpukit/libpci/pci/ids.h index d4ce5f57ef..88e1ad5e3e 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 + * + * 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 + * . + */ + +/* 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__ -- cgit v1.2.3