Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2000 00:47:48 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/alpha/common Makefile.common
Message-ID:  <200005120747.AAA85754@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/05/12 00:47:48 PDT

  Modified files:
    sys/boot/alpha/common Makefile.common 
  Log:
  Fix the Alpha loader the rest of the way.  If FICL is present in
  /boot/loader (even though it is 100% dormant in the Alpha version),
  then the loader panics with a zfree error:Loading /boot/loader.test
    *** keyboard not plugged in...
    Console: SRM firmware console
    panic: zfree(0x2003cb58,4096): wild pointer
  versus the exact same code but without FICL linked in:
    Loading /boot/loader
    Console: SRM firmware console
    VMS PAL rev: 0x1000600010114
    OSF PAL rev: 0x1000600020116
    Switch to OSF PAL code succeeded.
  
    FreeBSD/alpha SRM disk boot, Revision 0.1
  
  This is almost certainly an alpha infrastructure bug, not a FICL
  problem.  It's probably the same thing that made FICL fail for no
  apparent reason on the Alpha.
  
  Revision  Changes    Path
  1.6       +9 -9      src/sys/boot/alpha/common/Makefile.common



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005120747.AAA85754>