From owner-cvs-all Wed Jun 27 23:33:18 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 5850037B401; Wed, 27 Jun 2001 23:33:14 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5S6XEC60078; Wed, 27 Jun 2001 23:33:14 -0700 (PDT) (envelope-from imp) Message-Id: <200106280633.f5S6XEC60078@freefall.freebsd.org> From: Warner Losh Date: Wed, 27 Jun 2001 23:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: RELENG_4 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/27 23:33:14 PDT Modified files: (Branch: RELENG_4) sys/pccard pcic.c Log: Only set Cirrus Logic power registers on cirrus logic cards. This should help the hanging problem in stable with some chips that are identified as i82365. Basically, we were writing to a register that caused an infinite interrupt loop :-(. Current has a more extesive fix than this which will be MFC'd in the fullness of time. Legwork by: Ian Dowse Revision Changes Path 1.89.2.10 +13 -11 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message