From owner-cvs-sys Mon Nov 10 07:50:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA07377 for cvs-sys-outgoing; Mon, 10 Nov 1997 07:50:49 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA07252; Mon, 10 Nov 1997 07:48:34 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA15566; Mon, 10 Nov 1997 07:46:34 -0800 (PST) Date: Mon, 10 Nov 1997 07:46:34 -0800 (PST) Message-Id: <199711101546.HAA15566@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/10 07:46:34 PST Modified files: sys/i386/isa cy.c Log: Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren't actually offsets, they are offsets scaled by dividing by 2^cy_align. I use different values for cy_align since the -current values are unnaturally scaled, so I need different offsets, and the wrong offsets got committed. Reported by: nnd@itfs.nsk.su (N.Dudorov) Revision Changes Path 1.56 +2 -2 src/sys/i386/isa/cy.c