Changeset 131


Ignore:
Timestamp:
Oct 17, 2011, 8:34:57 PM (14 years ago)
Author:
cjm
Message:
  • Last minute change to make the command line option /G work properly. Since 1.22 has not yet been compiled or released, I'll squeeze this in without increasing the version number...
File:
1 edited

Legend:

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

    r128 r131  
    231231        /* add specfied PCI ID as a supported generic AHCI adapter  */
    232232        drv_parm_int(s, vendor, u16, 16);
     233        s--;
    233234        drv_parm_int(s, device, u16, 16);
    234235        if (add_pci_id(vendor, device)) {
Note: See TracChangeset for help on using the changeset viewer.