From owner-cvs-all@FreeBSD.ORG Sun Nov 30 08:28:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6362216A4CE; Sun, 30 Nov 2003 08:28:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A334443FDD; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUGRxXJ037628; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUGRxG6037627; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos) Message-Id: <200311301627.hAUGRxG6037627@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 30 Nov 2003 08:27:59 -0800 (PST) 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-card.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 16:28:01 -0000 sos 2003/11/30 08:27:59 PST FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-card.c Log: Fix ata-card. The altio resource magic no longer worked probably due to other changes in the kernel. Redo that part so it also fits better into ATAng. Fix detach so it doesn't panic the system when a pccard device is yanked. Approved by: re@ Revision Changes Path 1.198 +1 -1 src/sys/dev/ata/ata-all.c 1.20 +27 -37 src/sys/dev/ata/ata-card.c