From owner-cvs-all Thu Aug 13 12:03:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19140 for cvs-all-outgoing; Thu, 13 Aug 1998 12:03:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19120; Thu, 13 Aug 1998 12:03:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01390; Thu, 13 Aug 1998 12:03:23 -0700 (PDT) Date: Thu, 13 Aug 1998 12:03:23 -0700 (PDT) Message-Id: <199808131903.MAA01390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa cy.c cyreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/13 12:03:22 PDT Modified files: sys/i386/isa cy.c cyreg.h Log: Cleaned up previous commit, mainly by moving repetitive calculations of invariants to cyattach(). Fixed minor bugs: - cyparam() returned without restoring the ipl in the error cases. This was harmless because cyparam() is always called at spltty(). - one check for "rev. J or higher" actually checked for precisely rev. J. Revision Changes Path 1.68 +62 -113 src/sys/i386/isa/cy.c 1.7 +3 -8 src/sys/i386/isa/cyreg.h