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

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: …

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

It was jumpered as ID0, I even said so in the post you quoted :) Also you may remember from looking at the MBR sector that the only partition on the 73GB drive at the moment is type 6, CHS OK, it sounds like we are looking at two different issues then. I could reproduce the ID1 issues you had: I …

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

One more thing to note - the 73GB drive does NOT work even when it's the only drive in the system (ID0), booting from the floppy I found a bug in my code: It seems LBA calls for read, write, verify and seek are always sent to the drive with ID 0, no matter what drive is requested by the OS. This …

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

It appears to be formatting correctly. OK, thanks for the tests. I'm going to re-review my patch whether I can find something that might mix up drive letters, or maybe I might even mess up some parts of the stack of the caller. There are two code-paths in the INT13 handler - one if EMM386 is loaded …

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

Next, FORMAT D: resulted in this: {formatting 8GB} {8GB free} Odd, that is the exact size of my boot partition on the C drive... FDISK seems to think nothing is wrong though. OK, this narrows the problem down to the partition scanning code when the IO.SYS reads the drive partition tables on boot. …

Re: Help wanted --> ALI M1429/M1429G : Need peoples with M1429 board that have a BIOS for adult to dump chipset register

Could you point me to the proper tool to extract that? I am looking for the cache configuration for WT/WB I did download the same BIOS (atc 1762) and where only able to open it with modbin. There I can clearly see that in the setup it does have WT/WB configurations for internal and external caches. …

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

My card came with BIOS version 1.1. There is no prompt to enter SCSISelect on the EISA card, perhaps it can be run from DEBUG but I dont know the offset (tried :6 and :9 neither did anything) Well, obviously it's been too long since I tampered with that card. In an EISA system, the configuration is …

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

Here is the entire MBR sector for your review. The partition table looks perfectly sane to me. Thanks. There is indeed just a single FAT16 partition using CHS adressing (type 6). Start CHS is 0/1/1, end CHS is 260/254/63. Start LBA is 63 (matches CHS @ 255/63), total size is 4192902 sectors (again …

Page 22 of 132