Changeset 8071af9f in mainline for pci/pci.c


Ignore:
Timestamp:
2006-05-14T09:33:09Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a568e3
Parents:
57ff9ab
Message:

Add GPL for reference and add modification dates into libpci to better comply with GPL.
Also, do some formatting changes in libpci.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pci/pci.c

    r57ff9ab r8071af9f  
    3838        pci_scan_bus(pacc);           /* We want to get the list of devices */
    3939        for(dev=pacc->devices; dev; dev=dev->next) {   /* Iterate over all devices */
    40                 pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES);      /* Fill in header info we need */
     40                pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_IRQ);
    4141                c = pci_read_word(dev, PCI_CLASS_DEVICE); /* Read config register directly */
    4242                printf("%02x:%02x.%d vendor=%04x device=%04x class=%04x irq=%d base0=%lx\n",
Note: See TracChangeset for help on using the changeset viewer.