Ignore:
Timestamp:
Jun 2, 2013, 5:10:06 AM (12 years ago)
Author:
David Azarewicz
Message:

driver info updates, misc cleanup, add comments
This is version 1.28

File:
1 edited

Legend:

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

    r161 r162  
    17361736  static u8 total_dev_cnt;
    17371737
     1738  if (p >= AHCI_MAX_PORTS) return;
     1739  if (d >= AHCI_MAX_DEVS) return;
     1740
    17381741  if (ai->port_max < p) {
    17391742    ai->port_max = p;
Note: See TracChangeset for help on using the changeset viewer.