NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-sparc/42186: sparc boot floppy "Data Access Exception" error



>               /*
>     +          * Don't check disklabel on floppy boot.
>     +          */
>     +         if (strncmp(prom_bootdevice, "fd", 2) == 0 ||
>     +             strstr(prom_bootdevice, "SUNW,fdtwo") != NULL)
>     +                 return 0;
>     +
>  
>  can you also check for "SUNW,fdthree"?
>  
>  i think those only exist on sparc64 systems, but i know that the
>  plan is to have those marged...

It's no problem to add sparc64 stuff for me, but I wonder if
the prom_bootdevice passed from firmware is really SUNW,fdthree.
sys/arch/sparc64/dev/fdc.c uses "fdthree" (without SUNW,)
and several dmesg also shows fdthree too:

>> fdthree at ebus0 addr 3023f0-3023f7, 706000-70600f, 720000-720003 ipl 39 not 
>> configured

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index