From owner-cvs-sys Fri Jul 18 10:38:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA05367 for cvs-sys-outgoing; Fri, 18 Jul 1997 10:38:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA05098; Fri, 18 Jul 1997 10:34:55 -0700 (PDT) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA15536; Fri, 18 Jul 1997 10:33:36 -0700 (PDT) Date: Fri, 18 Jul 1997 10:33:36 -0700 (PDT) Message-Id: <199707181733.KAA15536@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 nate 1997/07/18 10:33:36 PDT Modified files: (Branch: RELENG_2_1_0) sys/i386/isa cy.c Log: - Fix braino I did when hand-applying the patch to 1.7.4.4. The braino shouldn't negatively affect anything, since I didn't remove a line from the original patch which assigned to a variable. However, the new patch added a line (after some comments) which assigned a value to the same variable, so the end result was I left in extra code that did nothing. Pointed out by: bde Revision Changes Path 1.7.4.7 +1 -2 src/sys/i386/isa/cy.c