From owner-p4-projects Wed Feb 12 0:27:55 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 756DD37B405; Wed, 12 Feb 2003 00:27:53 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09EA837B401 for ; Wed, 12 Feb 2003 00:27:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F8B43FAF for ; Wed, 12 Feb 2003 00:27:52 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1C8Rqbv095217 for ; Wed, 12 Feb 2003 00:27:52 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1C8Rq6x095214 for perforce@freebsd.org; Wed, 12 Feb 2003 00:27:52 -0800 (PST) Date: Wed, 12 Feb 2003 00:27:52 -0800 (PST) Message-Id: <200302120827.h1C8Rq6x095214@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 25042 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=25042 Change 25042 by marcel@marcel_vaio on 2003/02/12 00:26:58 Fix the off by 4 for the i386 version as I did for the ia6 version one or two weeks ago. Affected files ... .. //depot/projects/ia64/sys/i386/i386/vga_machdep.c#2 edit Differences ... ==== //depot/projects/ia64/sys/i386/i386/vga_machdep.c#2 (text+ko) ==== @@ -51,7 +51,7 @@ mono = (misc & 1) ? 0 : 1; cd->crtc.bst = I386_BUS_SPACE_IO; - cd->crtc.bsh = (mono) ? 0x3b0 : 0x3d0; + cd->crtc.bsh = (mono) ? 0x3b4 : 0x3d4; return (0); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message