From owner-cvs-all Sun Jan 10 02:55:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01604 for cvs-all-outgoing; Sun, 10 Jan 1999 02:55:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01599; Sun, 10 Jan 1999 02:55:44 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id CAA11097; Sun, 10 Jan 1999 02:55:01 -0800 Date: Sun, 10 Jan 1999 02:55:01 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, mjacob@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/isp isp.c In-Reply-To: <199901101046.VAA08330@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Modified files: > > sys/dev/isp isp.c > > Log: > > Add some prototype deadchip detection. Set FIFO bursting (1XX0 only- > > it's already on for the 2XX0) and detect the broken 1040A FIFO. Change > > bzero to MEMZERO (portability with **nux). Use memcpy for same reason. > > FreeBSD doesn't really have memcpy in the kernel. At least on i386's, Oh. Okay. I'll fix it. Thanks for nagging me about this. I was changing to a 'common' defined version for portability reasons, but that's no reason to be stupid. I'll fix it in a second. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message