Ignore:
Timestamp:
Apr 3, 2013, 11:13:13 PM (12 years ago)
Author:
David Azarewicz
Message:

Makefile updates
Debug output improvements
Support for ACPI suspend/resume added

File:
1 edited

Legend:

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

    r148 r153  
    610610
    611611  /* found a supported AHCI device */
    612   ciiprintf("found AHCI device: %s %s (%04x:%04x)\n"
    613             " class:0x%06lx bus:%d devfunc:0x%02x\n",
     612  ciiprintf("found AHCI device: %s %s (%04x:%04x) class:0x%06lx bus:%d devfunc:0x%02x\n",
    614613            vendor_from_id(vendor), device_from_id(device),
    615614            vendor, device,
Note: See TracChangeset for help on using the changeset viewer.