Changeset 39937b6c in rtems


Ignore:
Timestamp:
04/07/15 14:35:53 (9 years ago)
Author:
Daniel Hellstrom <daniel@…>
Branches:
4.11, 5, master
Children:
eff69891
Parents:
07e5a0e
git-author:
Daniel Hellstrom <daniel@…> (04/07/15 14:35:53)
git-committer:
Daniel Hellstrom <daniel@…> (04/16/15 23:10:27)
Message:

LIBPCI: added license and auto-gen comment to pci/ids.h

To be Merged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libpci/pci/ids.h

    r07e5a0e r39937b6c  
    1 /* PCI Identifiers - auto generated */
     1/*
     2 *  Copyright 1994, Drew Eckhardt
     3 *  Copyright 1997, 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
     4 *
     5 *  This file comes from the auto-generated PCI IDs part of the
     6 *  cpukit/include/rtems/pci.h.
     7 *  Copyright 2009, Cobham Gaisler AB
     8 *
     9 *  For more information, please consult the following manuals (look at
     10 *  http://www.pcisig.com/ for how to get them):
     11 *
     12 *  PCI BIOS Specification
     13 *  PCI Local Bus Specification
     14 *  PCI to PCI Bridge Specification
     15 *  PCI System Design Guide
     16 */
     17
     18/* PCI Vendor and card ID's: sort these numerically according to vendor
     19 * (and according to card ID within vendor). Send all updates to
     20 * <linux-pcisupport@cck.uni-kl.de>.
     21 */
     22 
     23/* For the future this file should be generated
     24 * from the PCI IDS database at http://pciids.sourceforge.net/ ?
     25 */
     26
    227#ifndef __PCI_IDS_H__
    328#define __PCI_IDS_H__
Note: See TracChangeset for help on using the changeset viewer.