Changeset 161 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- May 31, 2013, 11:15:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r160 r161 34 34 */ 35 35 36 /* Global feature defines 37 * DEBUG = enable debug logging routines to be compled in. 38 * LEGACY_APM = enable the legacy APM interface to be compiled in. 39 * Legacy APM support is not needed on eCS systems with ACPI and is more reliable without it enabled. 40 */ 36 41 #define DEBUG 42 //#define LEGACY_APM 43 37 44 #define INCL_NOPMAPI 38 45 #define INCL_DOSINFOSEG … … 517 524 extern void ahci_execute_cdb (IORBH _far *iorb); 518 525 extern void ahci_execute_ata (IORBH _far *iorb); 526 extern void ahci_dump_host_regs(AD_INFO *ai, int bios_regs); 527 extern void ahci_dump_port_regs(AD_INFO *ai, int p); 528 extern int ahci_reset_controller(AD_INFO *ai); 519 529 520 530 /* libc.c */ … … 612 622 extern int init_complete; /* if != 0, initialization has completed */ 613 623 extern int suspended; /* indicates if the driver is suspended */ 624 extern int resume_sleep_flag; 614 625 615 626 extern u16 com_base; /* debug COM port base address */
Note:
See TracChangeset
for help on using the changeset viewer.