Changeset 171 for trunk/src/os2ahci/pci.c
- Timestamp:
- Sep 7, 2013, 5:52:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r167 r171 4 4 * Copyright (c) 2011 thi.guten Software Development 5 5 * Copyright (c) 2011 Mensys B.V. 6 * Copyright (c) 2013 David Azarewicz 6 7 * 7 8 * Authors: Christian Mueller, Markus Thielen … … 712 713 * itself with the OS/2 resource manager 713 714 */ 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; 716 719 ad_info->dev_func = dev_func; 717 ad_info->irq 720 ad_info->irq = irq; 718 721 719 722 /* allocate memory for port-specific DMA scratch buffers */
Note:
See TracChangeset
for help on using the changeset viewer.