From owner-cvs-all Fri Feb 9 9:56: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D765337B713; Fri, 9 Feb 2001 09:55:32 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19HtWu89377; Fri, 9 Feb 2001 09:55:32 -0800 (PST) (envelope-from jhb) Message-Id: <200102091755.f19HtWu89377@freefall.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2001 09:55:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/09 09:55:32 PST Modified files: sys/i386/isa cy.c Log: - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away. The same name from the sio(4) driver was used and an appropriate dictionary item added at the top to reduce diffs. - Catch up to the new swi API. Revision Changes Path 1.110 +84 -166 src/sys/i386/isa/cy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message