From owner-freebsd-bugs Wed Feb 6 10:10:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87C1C37B41E for ; Wed, 6 Feb 2002 10:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g16IA7s94410; Wed, 6 Feb 2002 10:10:07 -0800 (PST) (envelope-from gnats) Date: Wed, 6 Feb 2002 10:10:07 -0800 (PST) Message-Id: <200202061810.g16IA7s94410@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Scott Klement Subject: Re: i386/30965: Cyclades Cyclom-Yep causes FreeBSD to hang during Reply-To: Scott Klement Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30965; it has been noted by GNATS. From: Scott Klement To: Bruce Evans Cc: Arjan Knepper , Subject: Re: i386/30965: Cyclades Cyclom-Yep causes FreeBSD to hang during Date: Wed, 6 Feb 2002 12:06:37 -0600 (CST) Hi, I have been running 4 computers with Arjan's patch since October with zero problems. It's really been a lifesaver (thank you, Arjan!) Any chance this will be committed/MFC-ed by the next (4.6) release? On Fri, 26 Oct 2001, Arjan Knepper wrote: > > Bruce, > I have have just done this and it seems to solve the problems. I have to > perform some test to make it sure. > > Scott Klement, > Could you please try this? > > Change the the lines from line 135-138 in /usr/src/sys/pci/cy_pci.c to: > > ----------------------------------------------------------------------------- > > case PLX_9050: > outw(ioport + CY_PLX_9050_ICS, > inw(ioport + CY_PLX_9050_ICS) | > CY_PLX_9050_ICS_IENABLE | > CY_PLX_9050_ICS_LOCAL_IENABLE | 0x02 ); > ----------------------------------------------------------------------------- > > > Added '| 0x02' in line 138. > > Thanks, > Arjan Knepper > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message