From owner-cvs-all Tue Aug 21 13: 4:47 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 E8D8937B405; Tue, 21 Aug 2001 13:04:42 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LK4gv14593; Tue, 21 Aug 2001 13:04:42 -0700 (PDT) (envelope-from imp) Message-Id: <200108212004.f7LK4gv14593@freefall.freebsd.org> From: Warner Losh Date: Tue, 21 Aug 2001 13:04:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcic_pci.c pcicvar.h 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/08/21 13:04:42 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcic_pci.c pcicvar.h Log: Rearrange how we do interrupt routing tweaking. We now have hw.pcic.intr_path {1,2} 1 == ISA, 2 == PCI hw.pcic.init_route Force TI chipset initializations in edge case. Revision Changes Path 1.162 +7 -7 src/sys/pccard/pcic.c 1.20 +3 -3 src/sys/pccard/pcic_isa.c 1.72 +35 -24 src/sys/pccard/pcic_pci.c 1.25 +4 -4 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message