From owner-cvs-all Fri Jul 27 0:47:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C8837B405; Fri, 27 Jul 2001 00:47:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6R7lav31178; Fri, 27 Jul 2001 00:47:36 -0700 (PDT) (envelope-from imp) Message-Id: <200107270747.f6R7lav31178@freefall.freebsd.org> From: Warner Losh Date: Fri, 27 Jul 2001 00:47:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard cardinfo.h pccard.c pcic.c pcic_isa.c pcic_pci.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 2001/07/27 00:47:36 PDT Modified files: sys/pccard cardinfo.h pccard.c pcic.c pcic_isa.c pcic_pci.c Log: Minor nits merged from my stable tree: o kill blank line that I introduced in cardinfo.h o Delete unused variable wasinactive. o return 0 from pccard_resume. o Set the state and lastsate initially to be empty. o move comment above code for interrupt dispatching. o Powerstate interface is now available as of 430002, not 500000 (note that this change will be not 100% correct since the power state stuff didn't enter current until well after 500000, but it is good enough for the two branche we have going now). Revision Changes Path 1.24 +1 -2 src/sys/pccard/cardinfo.h 1.130 +2 -3 src/sys/pccard/pccard.c 1.150 +2 -1 src/sys/pccard/pcic.c 1.15 +2 -2 src/sys/pccard/pcic_isa.c 1.59 +3 -3 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message