Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 07:13:35 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons scmouse.c scvgarndr.c syscons.c syscons.h
Message-ID:  <200107101413.f6AEDZF68651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      2001/07/10 07:13:34 PDT

  Modified files:
    sys/dev/syscons      scmouse.c scvgarndr.c syscons.c syscons.h 
  Log:
  Fix dependencies between kernel options:
  - When both SC_PIXEL_MODE and SC_NO_FONT_LOADING are defined,
    quietly drop SC_NO_FONT_LOADING, because the pixel(raster)
    console requires font.
  - When SC_NO_FONT_LOADING is defined, force SC_ALT_MOUSE_IMAGE.
    Without font, the arrow-shaped mouse cursor cannot be drawn.
  - Fiddle and simplify some internal macros.
  MFC after:	2 weeks
  
  Revision  Changes    Path
  1.25      +1 -3      src/sys/dev/syscons/scmouse.c
  1.11      +6 -3      src/sys/dev/syscons/scvgarndr.c
  1.365     +3 -6      src/sys/dev/syscons/syscons.c
  1.70      +15 -7     src/sys/dev/syscons/syscons.h


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?200107101413.f6AEDZF68651>