Date: Fri, 26 Oct 2001 11:50:02 -0700 (PDT) From: Scott Klement <klemscot@klements.com> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/30965: Cyclades Cyclom-Yep causes FreeBSD to hang during Message-ID: <200110261850.f9QIo2547188@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/30965; it has been noted by GNATS. From: Scott Klement <klemscot@klements.com> To: Arjan Knepper <arjan@jak.nl> Cc: Bruce Evans <bde@zeta.org.au>, <freebsd-gnats-submit@freebsd.org> Subject: Re: i386/30965: Cyclades Cyclom-Yep causes FreeBSD to hang during Date: Fri, 26 Oct 2001 13:43:26 -0500 (CDT) On Fri, 26 Oct 2001, Arjan Knepper wrote: > > Scott Klement, > Could you please try this? > > Change the the lines from line 135-138 in /usr/src/sys/pci/cy_pci.c to: > > --------<snipped>--------------------------------------------------------------------- > > 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 ); > --------<snipped>--------------------------------------------------------------------- > > > Added '| 0x02' in line 138. > Yes, that works! The Cyclades box works great with that change -- it even shares the IRQ without any problems! Thank you! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110261850.f9QIo2547188>