Changeset 162 for trunk/src/os2ahci/ahci.c
- Timestamp:
- Jun 2, 2013, 5:10:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r161 r162 1736 1736 static u8 total_dev_cnt; 1737 1737 1738 if (p >= AHCI_MAX_PORTS) return; 1739 if (d >= AHCI_MAX_DEVS) return; 1740 1738 1741 if (ai->port_max < p) { 1739 1742 ai->port_max = p;
Note:
See TracChangeset
for help on using the changeset viewer.