Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

disable IDE write cache (Miscellaneous)

posted by bencollver Homepage, 23.02.2026, 17:09

> You can always talk to the device directly.

Challenge accepted.

hwinfo16.exe reports whether the write cache is disabled or enabled.

https://www.hwinfo.com/files/HWINF623.ZIP

In a system with only one disk and no CD-ROM:

C:\>debug.com
-a 100
1674:0100 mov dx,1f1
1674:0103 mov al,82
1674:0105 out dx,al
1674:0106 mov dx,1f7
1674:0109 mov al,ef
1674:010B out dx,al
1674:010C in al,dx
1674:010D mov ah,4c
1674:010F int 21
1674:0111
-g =100

Program terminated normally (00C0)
-q


After running that, hwinfo16.exe reports that the write cache is disabled.

For a different IDE bus, the ports would need to be adjusted. To select a drive, the Drive / Head register would need to be set before issuing the Set Feature command, and then the status would need to be read 15 times to clear the status and delay 400 ns. It's so simple! (not)

Helpful links:

https://web.archive.org/web/20250820020434/https://wiki.osdev.org/ATA_PIO_Mode

https://en.wikibooks.org/wiki/First_steps_towards_system_programming_under_MS-DOS_7/Debugger%27s_assembler_commands

 

Complete thread:

Back to the forum
Board view  Mix view
23246 Postings in 2191 Threads, 405 registered users (0 online)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum