From owner-cvs-sys Tue Apr 29 19:29:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA26695 for cvs-sys-outgoing; Tue, 29 Apr 1997 19:29:05 -0700 (PDT) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA26649; Tue, 29 Apr 1997 19:28:21 -0700 (PDT) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by nasu.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id LAA26265; Wed, 30 Apr 1997 11:28:11 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (QwKhVILF4S09cIm8GMuHcgWA2h3G9tOh@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id LAA30826; Wed, 30 Apr 1997 11:28:11 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zenith.mech.utsunomiya-u.ac.jp [160.12.33.60]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id LAA24559; Wed, 30 Apr 1997 11:33:00 +0900 (JST) Message-Id: <199704300233.LAA24559@zodiac.mech.utsunomiya-u.ac.jp> To: "Andrey A. Chernov" cc: CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/sys/i386/isa syscons.c In-reply-to: Your message of "Wed, 30 Apr 1997 11:18:51 JST." <199704300218.LAA23808@zodiac.mech.utsunomiya-u.ac.jp> References: <199704300119.SAA02530@freefall.freebsd.org> <199704300218.LAA23808@zodiac.mech.utsunomiya-u.ac.jp> Date: Wed, 30 Apr 1997 11:32:59 +0900 From: Kazutaka YOKOTA Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Modified: sys/i386/isa syscons.c >> Log: >> In comp_vgaregs skip cursor shape and 4 unused bytes (6 total) >> instead of 2 unused. > >Unused? > >I skipped the cursor position registers (CRTC registers 14 and 15). >You skipped the cursor shape registers (CRTC registers 10 and 11) and >the start address registers (CRTC registers 12 and 13). > >I agree that the cursor shape registers and the start address >registers may be set differently from the video mode parameter table >when the register values are read in scinit(). So, I don't object >skipping them when comparing register values in order to make some VGA >cards work. > >But, these registers ARE used to set up the card, aren't they? > >Kazu Ah, now I see it. You wrote "unused" in the sense that syscons doesn't care about these registers, right? Kazu