From owner-freebsd-stable Fri Aug 24 10:59:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 8F42437B401; Fri, 24 Aug 2001 10:59:21 -0700 (PDT) (envelope-from faber@ISI.EDU) Received: from ted.isi.edu (ted.isi.edu [128.9.160.104]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id f7OHxKn19198; Fri, 24 Aug 2001 10:59:21 -0700 (PDT) Received: (from faber@localhost) by ted.isi.edu (8.11.4/8.11.4) id f7OHxKq20837; Fri, 24 Aug 2001 10:59:20 -0700 (PDT) (envelope-from faber) Date: Fri, 24 Aug 2001 10:59:20 -0700 From: Ted Faber To: Warner Losh Cc: Kevin Oberman , Michael Collette , FreeBSD , FreeBSD Subject: Re: IRQ Problems with Stable Message-ID: <20010824105920.B19391@ted.isi.edu> References: <20010823155520.U610@ted.isi.edu> <20010823110421.E610@ted.isi.edu> <200108231415.f7NEFMR21307@ptavv.es.net> <200108231601.f7NG1ZW85483@harmony.village.org> <20010823110421.E610@ted.isi.edu> <200108232207.f7NM7qW88962@harmony.village.org> <20010823155520.U610@ted.isi.edu> <200108240522.f7O5MfW91255@harmony.village.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=php-sha1; protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108240522.f7O5MfW91255@harmony.village.org>; from imp@harmony.village.org on Thu, Aug 23, 2001 at 11:22:41PM -0600 X-url: http://www.isi.edu/~faber 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 --aVD9QWMuhilNxW9f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 23, 2001 at 11:22:41PM -0600, Warner Losh wrote: > In message <20010823155520.U610@ted.isi.edu> Ted Faber writes: > : > If that doesn't work, I'll try a Friend's Lifebook C-5120 (or maybe it > : > is a 5130) tonight. > : > : Great. Is there any other information I can give you to make this > : easier? > > 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 luck on the Fujitsu, but I couldn't tell from your comment if you expected that or not. :-) > > Warner > > 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: -- ---------------------------------------------------------------------- Ted Faber faber@isi.edu USC/ISI Computer Scientist http://www.isi.edu/~faber (310) 448-9190 PGP Keys: http://www.isi.edu/~faber/pubkeys.asc --aVD9QWMuhilNxW9f Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7hpX4aUz3f+Zf+XsRAj5SAJ43ZClG8JdXOwi44DOoPvHmqyxyFgCfUbnQ KylZxKM8kRYldamiaMcdoY4= =mBD4 -----END PGP SIGNATURE----- --aVD9QWMuhilNxW9f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message