From owner-cvs-all Sat Nov 2 15: 2: 6 2002 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 6888837B480; Sat, 2 Nov 2002 15:02:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CAF43E9C; Sat, 2 Nov 2002 15:02:01 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA2N0TmV084047; Sat, 2 Nov 2002 15:00:29 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA2N0SPL084046; Sat, 2 Nov 2002 15:00:28 -0800 (PST) Message-Id: <200211022300.gA2N0SPL084046@repoman.freebsd.org> From: Warner Losh Date: Sat, 2 Nov 2002 15:00:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/02 15:00:28 PST Modified files: sys/dev/cardbus cardbus.c sys/dev/pccard card_if.m pccard.c sys/dev/pccbb pccbb.c Log: MFp4: o Always release the resources on device detach. o Attach resources the same with driver added as we do we do in the insert case (maybe this should be a routine). o signal the wakeup of the thread on resume instead of trying to force an interrupt. o Minor debug hacks. o use 0xffffffff instead of -1 for uint32_t items. o Don't complain when we're asked to detach no cards. This is normal. o Eliminate the now worthless second parameter to card_detach_card. o minor style(9)isms Some of these patches may be from: iwasaki-san, jhb, iadowse Revision Changes Path 1.25 +25 -36 src/sys/dev/cardbus/cardbus.c 1.21 +0 -5 src/sys/dev/pccard/card_if.m 1.68 +4 -4 src/sys/dev/pccard/pccard.c 1.60 +9 -4 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message