Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 1996 14:07:17 -0700 (PDT)
From:      Paul Traina <pst>
To:        CVS-committers, cvs-all, cvs-user
Subject:   cvs commit:  src/release/sysinstall system.c termcap.c
Message-ID:  <199609262107.OAA15718@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
pst         96/09/26 14:07:15

  Modified:    release/sysinstall  system.c termcap.c
  Log:
  If we're unable to open /dev/ttyv0, assume that we're on a single tty system
  and use /dev/console.
  
  I really think the proper test is to determine which device has been configured
  to be the console (remember the RB_SERIAL flag?) and use it instead of always
  trying to open /dev/ttyv0 first.
  
  Revision  Changes    Path
  1.64      +6 -2      src/release/sysinstall/system.c
  1.19      +1 -3      src/release/sysinstall/termcap.c



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