From owner-cvs-all Fri Jun 15 23:33:12 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 C64E337B40C; Fri, 15 Jun 2001 23:33:02 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5G6X2I29780; Fri, 15 Jun 2001 23:33:02 -0700 (PDT) (envelope-from imp) Message-Id: <200106160633.f5G6X2I29780@freefall.freebsd.org> From: Warner Losh Date: Fri, 15 Jun 2001 23:33:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pcic.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/06/15 23:33:02 PDT Modified files: sys/pccard pccard.c pcic.c pcic_pci.c Log: Save the IRQ that we get in pci attachment. Print type of pci bridge we find. Force the IRQ of pci bridges upon all its children. Allocate the resources on behalf of the bridge when we're testing to see if they exist. This should help people who don't read updating instructions very well. This patch started out with an idea from Shigeru Yamamoto-san in -current. Revision Changes Path 1.125 +8 -14 src/sys/pccard/pccard.c 1.143 +6 -2 src/sys/pccard/pcic.c 1.49 +4 -2 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message