From owner-cvs-src@FreeBSD.ORG Sat Oct 23 19:03:26 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 70B1916A4CE; Sat, 23 Oct 2004 19:03:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7BF43D2D; Sat, 23 Oct 2004 19:03:26 +0000 (GMT) (envelope-from le@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 i9NJ3QMZ017255; Sat, 23 Oct 2004 19:03:26 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9NJ3QfO017254; Sat, 23 Oct 2004 19:03:26 GMT (envelope-from le) Message-Id: <200410231903.i9NJ3QfO017254@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 23 Oct 2004 19:03:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/ata ata-card.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: Sat, 23 Oct 2004 19:03:26 -0000 le 2004-10-23 19:03:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ata ata-card.c Log: MFC rev. 1.27: Return the unit number of a channel instead of a hardcoded '1' from the ATA pccard locking function. This makes pccard devices like Compact Flash cards work again. PR: kern/72805 Submitted by: James E. Flemer Approved by: re@ (scottl) Revision Changes Path 1.25.2.2 +1 -1 src/sys/dev/ata/ata-card.c