Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2011 18:53:12 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/boot2 boot2.c
Message-ID:  <201103021853.p22IrR3v077918@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rdivacky    2011-03-02 18:53:12 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/boot2  boot2.c 
  Log:
  SVN rev 219186 on 2011-03-02 18:53:12Z by rdivacky
  
  This patch shrinks boot2 a little.
  
  o    It switches kname to be just a pointer instead of an array
       thus avoiding a couple of memcpy()s.
  
  o    It changes ioctl to unsigned from uint8_t.
  
  o    It changes the second keyhit limit to 3 seconds from 5
       so that constant propagation can take place.
  
  o    It changes the ticks overflow computation as suggested by bde@.
  
  o    It removes bi_basemem/bi_extmem/bi_memsizes_valid setting from
       bootinfo as it is unused.
  
  Reviewed by: jhb
  
  Revision  Changes    Path
  1.94      +8 -25     src/sys/boot/i386/boot2/boot2.c



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