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



   
   ---
   Index: promdev.c
   ===================================================================
   RCS file: /cvsroot/src/sys/arch/sparc/stand/common/promdev.c,v
   retrieving revision 1.21
   diff -u -r1.21 promdev.c
   --- promdev.c        5 Apr 2008 06:39:08 -0000       1.21
   +++ promdev.c        15 Oct 2009 15:21:48 -0000
   @@ -215,6 +215,13 @@
    #endif
    
                /*
   +             * 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...


.mrg.


Home | Main Index | Thread Index | Old Index