From owner-freebsd-stable Fri Aug 24 9:38: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 3970137B408; Fri, 24 Aug 2001 09:37:57 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id KAA14554; Fri, 24 Aug 2001 10:37:47 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id KAA23636; Fri, 24 Aug 2001 10:37:46 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15238.33497.758163.433184@nomad.yogotech.com> Date: Fri, 24 Aug 2001 10:37:45 -0600 To: Warner Losh Cc: Ted Faber , Kevin Oberman , Michael Collette , FreeBSD , FreeBSD Subject: Re: IRQ Problems with Stable In-Reply-To: <200108240522.f7O5MfW91255@harmony.village.org> References: <20010823155520.U610@ted.isi.edu> <20010823110421.E610@ted.isi.edu> <200108231415.f7NEFMR21307@ptavv.es.net> <200108231601.f7NG1ZW85483@harmony.village.org> <200108232207.f7NM7qW88962@harmony.village.org> <200108240522.f7O5MfW91255@harmony.village.org> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > OK. I have a fix that might work. But I think this fix will correct > a different problem (the hanging on boot on Thinkpad laptops with > hw.pcic_init_routing=1). No joy on my ThinkPad. It now hangs at bootup after applying this patch and setting the variable 'hw.pcic.init_routing' to 1 in /boot/loader.conf. Is there an easy way of 'unsetting' the variable now? Nate > Index: pcic_pci.c > =================================================================== > RCS file: /cache/ncvs/src/sys/pccard/pcic_pci.c,v > retrieving revision 1.54.2.8 > diff -u -r1.54.2.8 pcic_pci.c > --- pcic_pci.c 2001/08/23 07:57:14 1.54.2.8 > +++ pcic_pci.c 2001/08/24 05:13:13 > @@ -672,6 +672,13 @@ > sc->csc_route = pcic_intr_path; > sc->func_route = pcic_intr_path; > > + /* > + * Turn off the power to the slot before we do anything > + * with it. > + */ > + sp->putb(sp, PCIC_INT_GEN, 0); > + sp->putb(sp, PCIC_POWER, 0); > + > switch (device_id) { > case PCI_DEVICE_ID_RICOH_RL5C465: > case PCI_DEVICE_ID_RICOH_RL5C466: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message