VOGONS

Common searches


Search results

Display options

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

Are you suggesting I just hex edit the partition type field in the table and change nothing else? Should that work normally? Yes, exactly that. As long as the CHS and LBA fields in the partition table are consistent, and you don't change a partition that exceeds the CHS boundary (i.e. 8GB with the …

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

The BIOS decides whether to do "extended translation" (X/255/63) or regular (X/64/32) translation based on whether the total drive size is >1GB right? So wouldn't the CHS calls need to process the total drive size for that reason? Even if that was only done once at the time of enumeration, if it …

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

I guess we kinda already knew this, but whatever the problem is with this 73GB drive on this system is specific to the CHS type int 13 calls. If I partition/format it with a single 100% FAT32 partition it actually works fine. The format will crash at the end as shown in my screenshot before, but …

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

As for Aspi - my SCSI drive has died (like lots of others before). I ordered a party of newer ones and will try them instead. Then I can tell more about Aspi7DOS.sys problem. Just a ping to you (by quoting you). The ASPI7DOS problem has been identified and fixed by now. Also, the BIOS patch before …

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

It appears to format just fine until the very end, after I enter the volume label it hangs with the drive LED stuck on. By the way, I found out when it does this it will eventually timeout (after like over a minute) and give this error. It's not a hard system lock, though the LED remains stuck on …

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

It appears to format just fine until the very end, after I enter the volume label it hangs with the drive LED stuck on. By the way, I found out when it does this it will eventually timeout (after like over a minute) and give this error. It's not a hard system lock, though the LED remains stuck on …

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

The test I did with the 73GB drive was very simple yesterday. It was the sole drive connected to the system as ID0, booting from floppy. The system hung at the point in the DOS initialization (with the 73GB drive's access LED stuck on) where it reads the partition table of the hard disk(s) before …

Re: Showing some love for Adaptec's ugly ducklings: Adding big drive support to EISA and VL controllers

Perhaps that is only a display bug in this particular case, but it seems like too much of a coincidence. I'm guessing there is a similar truncation elsewhere in the code I made an updated BIOS (patch not yet upload to GitHub) that fixes the ID0 bug. It fixed the issue in the 9GB / 36GB combination: …

Page 23 of 134