From owner-freebsd-current Wed Aug 18 6:30:44 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 263FB14D57 for ; Wed, 18 Aug 1999 06:30:38 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11H5nA-0000Ri-00; Wed, 18 Aug 1999 15:30:12 +0200 From: Sheldon Hearn To: "Mark J. Taylor" Cc: Greg Lehey , Poul-Henning Kamp , current@FreeBSD.ORG Subject: Re: ccd bugs (was: Kernel hacker tasks seek interested hackers) In-reply-to: Your message of "Wed, 18 Aug 1999 09:19:20 -0400." Date: Wed, 18 Aug 1999 15:30:12 +0200 Message-ID: <1717.934983012@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 18 Aug 1999 09:19:20 -0400, "Mark J. Taylor" wrote: > There is a long as a parameter to ccdbuffer that needs to be a u_long. > Otherwise, you'll get panics (can't remember where). > Basically, bcount needs to be a u_long in all cases. Que? Are you sure? That means you want to change struct buf, where b_bcount is declared as long, as well? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message