From owner-cvs-src@FreeBSD.ORG Fri Mar 11 05:27:06 2005 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 769CB16A4CE; Fri, 11 Mar 2005 05:27:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4797143D41; Fri, 11 Mar 2005 05:27:06 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2B5R60n069255; Fri, 11 Mar 2005 05:27:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2B5R6Hi069254; Fri, 11 Mar 2005 05:27:06 GMT (envelope-from imp) Message-Id: <200503110527.j2B5R6Hi069254@repoman.freebsd.org> From: Warner Losh Date: Fri, 11 Mar 2005 05:27:05 +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/cardbus cardbus.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: Fri, 11 Mar 2005 05:27:06 -0000 imp 2005-03-11 05:27:05 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: Revert changes of 1.49. Lots-a-people broke with it, for reasons unknown (since my sony vaio didn't :-(. Instead, fix the problem described by 1.49 in a different way: just add the two calls I'd hoped I'd avoid in 1.49 by doing the (wrong) gymnastics there. While 1.49 is a good direction to go in, each step of the way should work :-(. Revision Changes Path 1.50 +9 -5 src/sys/dev/cardbus/cardbus.c