Used in: Promise DC2000, DC4000 controllers.
Manufacturer support: none.
Documentation available: none.
Drivers available: DOS, Win 3.1x, WinNT 3.1, Netware 386 3.1x, 4.01,
OS/2 2.0, 2.1x, SCO Unix, AT&T UNIX System V/386
This chip can be detected by following sequence:
mov dx, 0x1F2 mov al, 0x55 out dx, al cli in al, dx in al, dx in al, dx sti cmp al,0PDC20230-B clears sector count register after 3 successive reads.
PDC20230-B requires VLB sync sequence for 32-bit I/O:
cli mov dx, 0x1F2 in al, dx in al, dx in al, dx sti