From owner-freebsd-bugs Tue Apr 1 23:50:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA13366 for bugs-outgoing; Tue, 1 Apr 1997 23:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA13355; Tue, 1 Apr 1997 23:50:03 -0800 (PST) Date: Tue, 1 Apr 1997 23:50:03 -0800 (PST) Message-Id: <199704020750.XAA13355@freefall.freebsd.org> To: freebsd-bugs Cc: From: Kazutaka YOKOTA Subject: Re: kern/3066: System lock-up after npx0 probe with 2.2-RELEASE Reply-To: Kazutaka YOKOTA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/3066; it has been noted by GNATS. From: Kazutaka YOKOTA To: Hendrik Groeneveld Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/3066: System lock-up after npx0 probe with 2.2-RELEASE Date: Wed, 02 Apr 1997 16:51:15 +0900 >> Sounds like the VGA chip in your system is having difficulty with >> Pentium-optimized bcopy(). >> >> Try setting 0x01 in the configuration flag of the `npx0' device in >> UserConfig. This flag bit will disables the Pentium-optimized bcopy(). >> >> Kazu > >Setting the npx0 flag to 1 works. Thank you! Just out of curiosity, what does >the VGA chip (Chips & Tech 65545) have to do with the bcopy routine? > >Hendrik I don't know exactly. My understanding is that some VGA chips cannot catch up with the speed of the Pentium-optimized bcopy()... Kazu