vorlon-kosh wrote:
>Someone can teach me how to boot to linux using loadlin?
>If not, I'm giving up about using the NCR53c400a scsi
>card, someone can indicate me a good one?
Do not despair. Rescue is on the way :-).
Actually, I disassembled the mini400i.sys driver, and found the
magic incantation which enables the HP-card and maps it into the
IO-space.
The mapping seems to work just fine. The only part I'm still struggling
with is the fact that the NCR5380.c driver apears to be *hopelessly* non-SMP
safe (and I happen to be running an SMP box).
In case anyone cares (I'll be including this in an official patch
later, which also fixes the SMP-compliance, I hope), this is what the
HP card needs to get mapped at port 0x280:
/* wakeup sequence for the HP-NCR53C400A */
outb(0x0f, 0x779);
outb(0x22, 0x379);
outb(0xf0, 0x379);
outb(0x20, 0x379);
outb(0x80, 0x379);
outb(0x80, 0x379);
No need to boot from DOS anymore.
--
Sincerely, [EMAIL PROTECTED]
Stephen R. van den Berg (AKA BuGless).
"Your mouse has moved. Windows NT must be restarted for the change to
take effect. Reboot now? [ OK ]"
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]