Changeset 144 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Jan 3, 2013, 1:22:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r141 r144 164 164 rc = char_dev_input((RP_RWV _far *) req); 165 165 break; 166 166 167 167 default: 168 168 rc = STDON | STATUS_ERR_UNKCMD; … … 358 358 359 359 #ifdef ECS_BUILD 360 ciprintf("This driver is licensed for use only in conjunction with eComStation."); 360 ciprintf("This driver is licensed for use only in conjunction with eComStation.\n"); 361 #else 362 ciprintf("This is the Open Watcom build.\n"); 361 363 #endif 362 364 … … 455 457 456 458 case OS2AHCI_IDC_BIOSMODE: 457 /* reconfigure adapters in BIOS/int13 mode; needed for generating 459 /* reconfigure adapters in BIOS/int13 mode; needed for generating 458 460 * trap dumps on some machines. This is called by ACPI.PSD. 459 461 * 460 462 * To enter BIOS mode, we flush all write caches, turn off interrupts 461 * and restore the BIOS configuration. This is exactly what 463 * and restore the BIOS configuration. This is exactly what 462 464 * apm_suspend() does. 463 465 */ … … 474 476 case DSKSP_CAT_GENERIC: 475 477 return(ioctl_gen_dsk(ioctl)); 476 478 477 479 case DSKSP_CAT_SMART: 478 480 return(ioctl_smart(ioctl)); … … 1521 1523 { 1522 1524 _asm { 1523 1524 1525 push ds 1525 1526 push es … … 1533 1534 mov si, OFFSET asm_krnl_exit 1534 1535 mov dl, DevHlp_RegisterKrnlExit 1535 call Device_Help 1536 1537 call dword ptr [Device_Help] 1536 1538 1537 1539 pop di
Note:
See TracChangeset
for help on using the changeset viewer.