Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2009 02:29:28 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/dcons dcons_os.c
Message-ID:  <200904060229.n362TiUh072155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2009-04-06 02:29:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dcons        dcons_os.c 
  Log:
  SVN rev 190756 on 2009-04-06 02:29:28Z by kan
  
  Fix logic in MOD_LOAD handler to call dcons_attach after all successful
  dcons_drv_init invocations. Testing return value for 0 does not work for
  cases where dcons_drv_init was called already as part of low level
  console initialization.
  
  Revision  Changes    Path
  1.27      +2 -1      src/sys/dev/dcons/dcons_os.c



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