From owner-cvs-src@FreeBSD.ORG Wed Oct 6 19:46:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FF916A4CE; Wed, 6 Oct 2004 19:46:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65CA043D3F; Wed, 6 Oct 2004 19:46:08 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i96Jk8kk056716; Wed, 6 Oct 2004 19:46:08 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i96Jk8KZ056715; Wed, 6 Oct 2004 19:46:08 GMT (envelope-from sos) Message-Id: <200410061946.i96Jk8KZ056715@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 6 Oct 2004 19:46:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-isa.c ata-pci.c ata-pci.h ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 19:46:08 -0000 sos 2004-10-06 19:46:08 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-isa.c ata-pci.c ata-pci.h ata-queue.c Log: Fix the PC98 lockups on boot. The interchannel locking for PC98 needed to be updated to match the rest of the locking in ATA. Revision Changes Path 1.229 +9 -5 src/sys/dev/ata/ata-all.c 1.85 +3 -2 src/sys/dev/ata/ata-all.h 1.26 +2 -1 src/sys/dev/ata/ata-card.c 1.14 +41 -16 src/sys/dev/ata/ata-cbus.c 1.91 +48 -14 src/sys/dev/ata/ata-chipset.c 1.23 +2 -1 src/sys/dev/ata/ata-isa.c 1.90 +3 -2 src/sys/dev/ata/ata-pci.c 1.34 +18 -19 src/sys/dev/ata/ata-pci.h 1.36 +8 -9 src/sys/dev/ata/ata-queue.c