Skip to content

Commit bf98c8f

Browse files
authored
Document suspected 2842VL / 2842A distinction
1 parent 0263d1e commit bf98c8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Patches for following SCSI BIOSes is included
1515
Controller | Version | patch object | map file | ROM chip size
1616
-----------|---------|---------------|--------------|---------------
1717
AHA-274x | 2.11 | 274x-211.obj | bios16k.map | 32KB (256kBit)
18-
AHA-284x | 1.01 | 284x-101.obj | bios1632.map | 64KB (512kBit)
19-
AHA-284x | 2.0 | 284x-20.obj | bios1632.map | 64KB (512kBit)
18+
AHA-284xVL | 1.01 | 284x-101.obj | bios1632.map | 64KB (512kBit)
19+
AHA-284xA | 2.0 | 284x-20.obj | bios1632.map | 64KB (512kBit)
2020

2121
Furthermore, a patch for the following ASPI driver is included
2222

@@ -25,11 +25,11 @@ Driver | Version | patch object | map file | file size
2525
ASPI7DOS.SYS | 1.42 | a7-142.obj | a7-142.map | 36160 bytes
2626

2727
Note that the latest 274x BIOS (2.11) seems to not be available for download from the Adaptec / MicroSemi. Their page has version 2.10. This patch *does not apply to version 2.10*. You can obtain the ROM image by reading it from an controller that has the latest version. The ROM chip is an OTP chip labelled `549306-00 D BIOS 7D00 (c) 1993`.
28-
The same applies to 284x - only BIOS version 1.01 is available on Adaptec site while controller may have version 2.0. Please note that BIOS version "downgrade" (even non-patched one) can cause problems in controller behavior and use the same or newer BIOS versions than you currently have.
28+
The same applies to 284xA: while BIOS version 1.01 is available on the Adaptec site, it seems to work only with 2842VL controllers. The revised 2842A controller shipped with BIOS 2.0, which is not available on the Adaptec site, and fails to work with the 1.01 BIOS. I also expect the 2842VL to fail with the 2.0 BIOS.
2929

3030
You can run `omfpatch 274x-211.bin bios16k.map 274x-211.obj` to create a patched BIOS image for the 2740.
31-
You can run `omfpatch 284x-101.bin bios1632.map 284x-101.obj` to create a patched BIOS image for the 2840 BIOS v1.01.
32-
You can run `omfpatch 284x-20.bin bios1632.map 284x-20.obj` to create a patched BIOS image for the 2840 BIOS v2.0.
31+
You can run `omfpatch 284x-101.bin bios1632.map 284x-101.obj` to create a patched BIOS image for the 2840VL.
32+
You can run `omfpatch 284x-20.bin bios1632.map 284x-20.obj` to create a patched BIOS image for the 2840A.
3333

3434
The patched BIOS identifies itself as "2.11 EDD 1.0" instead of just "2.11 Release" to indicate the *extended disk drive* specification.
3535

@@ -50,4 +50,4 @@ To compile your new patch file use the command `jwasm -Zm 284x-201.asm`.
5050
Disclaimer
5151
----------
5252

53-
If you patch your BIOS and something goes wrong, the computer may become unbootable. It is recommended that you have a way to recover your BIOS, like an external flasher connected to a different computer. Make a backup of your BIOS before your install a patched BIOS.
53+
If you patch your BIOS and something goes wrong, the computer may become unbootable. It is recommended that you have a way to recover your BIOS, like an external flasher connected to a different computer. Make a backup of your BIOS before you install a patched BIOS.

0 commit comments

Comments
 (0)