Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 1996 22:11:36 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/boot/biosboot io.c
Message-ID:  <199603080611.WAA15408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/03/07 22:11:35

  Modified:    sys/i386/boot/biosboot  io.c
  Log:
  Made the timeouts in gets() machine-independent.  Use the BIOS tick
  counter instead of the BIOS time call to save space.
  
  Reworked the anti-noise timeout to avoid duplicating code.  The timeout
  in the outer loop is now restarted after every noise timeout, so it is
  now possible for the total timeout to be infinite; previously, the maximum
  total timeout was 150000 seconds.
  
  Revision  Changes    Path
  1.17      +35 -31    src/sys/i386/boot/biosboot/io.c



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