Ignore:
Timestamp:
Sep 7, 2013, 5:52:45 PM (12 years ago)
Author:
David Azarewicz
Message:

Enhanced debug output
Fixed a long time PCI ID bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/pci.c

    r167 r171  
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
     6 * Copyright (c) 2013 David Azarewicz
    67 *
    78 * Authors: Christian Mueller, Markus Thielen
     
    712713   * itself with the OS/2 resource manager
    713714   */
    714   ad_info->pci      = pci_ids + i;
    715   ad_info->bus      = bus;
     715  ad_info->pci = pci_id;
     716  ad_info->pci_vendor = vendor;
     717  ad_info->pci_device = device;
     718  ad_info->bus = bus;
    716719  ad_info->dev_func = dev_func;
    717   ad_info->irq      = irq;
     720  ad_info->irq = irq;
    718721
    719722  /* allocate memory for port-specific DMA scratch buffers */
Note: See TracChangeset for help on using the changeset viewer.