Ignore:
Timestamp:
Jun 3, 2011, 10:26:26 PM (14 years ago)
Author:
Markus Thielen
Message:

use 32bit calculation during validation of BIOS provided CHS data; treat overflow flag in port interrupt status as error

File:
1 edited

Legend:

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

    r87 r101  
    176176                                 PORT_IRQ_UNK_FIS  | PORT_IRQ_BAD_PMP)
    177177#define PORT_IRQ_ERROR          (PORT_IRQ_FREEZE   | PORT_IRQ_TF_ERR   | \
    178                                  PORT_IRQ_HBUS_DATA_ERR)
     178                                 PORT_IRQ_OVERFLOW | PORT_IRQ_HBUS_DATA_ERR)
    179179#define DEF_PORT_IRQ            (PORT_IRQ_ERROR | PORT_IRQ_SG_DONE     | \
    180180                                 PORT_IRQ_SDB_FIS | PORT_IRQ_DMAS_FIS  | \
Note: See TracChangeset for help on using the changeset viewer.