Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2002 08:14:35 -0800 (PST)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/alpha/boot1 sys.c
Message-ID:  <200201111614.g0BGEZg96426@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/01/11 08:14:35 PST

  Modified files:
    sys/boot/alpha/boot1 sys.c 
  Log:
  Make the alpha boot1 work on filesystems that have a block size
  larger than 8k. We now use 4k buffers regardless of the filesystem
  block size, so there is no longer a static limit.
  
  Simply increasing the buffer size from 8k to 16k as done on the
  i386 doesn't work on the alpha, probably because it causes us
  to overshoot boot1's 48k runtime memory limit.
  
  Tested by:      naddy
  
  Revision  Changes    Path
  1.5       +41 -24    src/sys/boot/alpha/boot1/sys.c

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?200201111614.g0BGEZg96426>