From owner-freebsd-hackers Sat Nov 15 23:19:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24253 for hackers-outgoing; Sat, 15 Nov 1997 23:19:24 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA24244 for ; Sat, 15 Nov 1997 23:19:19 -0800 (PST) (envelope-from tom@sdf.com) Received: from tom by misery.sdf.com with smtp (Exim 1.73 #1) id 0xWysC-0004sH-00; Sat, 15 Nov 1997 23:12:00 -0800 Date: Sat, 15 Nov 1997 23:11:58 -0800 (PST) From: Tom To: Mark Mayo cc: hackers@freebsd.org Subject: Re: de underflow errors. huh? In-Reply-To: <19971116001710.02627@vmunix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 16 Nov 1997, Mark Mayo wrote: > I posted this questions 2 weeks ago on -questions, and 1 week ago > on -stable (since it's happening on a -STABLE machine..) but I > haven't got a response yet. So here it is for the -hackers crowd: Repeating what I heard: this happens when your machine can't get data to the card fast enough, so the card drains the buffer, but more data is waiting. This warning should be harmless, as the buffer size is adjusted afterwards. You might want to look into BIOS settings which may be hampering PCI performance. Tom