From owner-cvs-all Fri Aug 24 0:30:23 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 45F4337B403; Fri, 24 Aug 2001 00:30:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O7UJn65442; Fri, 24 Aug 2001 00:30:19 -0700 (PDT) (envelope-from imp) Message-Id: <200108240730.f7O7UJn65442@freefall.freebsd.org> From: Warner Losh Date: Fri, 24 Aug 2001 00:30:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard 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/08/24 00:30:18 PDT Modified files: sys/pccard pcic_pci.c Log: Two fixes. First, put into place a more generic chipset specific initialization structure. Warn the user for those chipsets that aren't yet customized that they might not work. Second, try to power off the slot on attach and ack the interrupts. I don't know, but this might solve the hangs that people will see on Thinkpads if they set hw.pcic.init_routing=1. Revision Changes Path 1.74 +124 -95 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message