From owner-cvs-src Tue Feb 25 14:33:41 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3831C37B401; Tue, 25 Feb 2003 14:33:38 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423B743FB1; Tue, 25 Feb 2003 14:33:37 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BF7055308; Tue, 25 Feb 2003 23:33:35 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: John Baldwin Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mlx mlx_disk.c From: Dag-Erling Smorgrav Date: Tue, 25 Feb 2003 23:33:34 +0100 In-Reply-To: <200302252047.h1PKlMTf011019@repoman.freebsd.org> (John Baldwin's message of "Tue, 25 Feb 2003 12:47:22 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386--freebsd) References: <200302252047.h1PKlMTf011019@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin writes: > Log: > Limit the maximum I/O size to 8 pages for version 2 controllers. This > fixes problems with some mlx(4) cards in Alpha machines. > > Reviewed by: msmith (ages ago) FreeBSD 5.0-RELEASE CD: $39.95 Internet-capable computer: $600 Testing before you commit: priceless. cc -O2 -pipe -fno-builtin -march=k6-2 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -fno-common -g -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/dev/mlx/mlx_disk.c /usr/src/sys/dev/mlx/mlx_disk.c: In function `mlxd_attach': /usr/src/sys/dev/mlx/mlx_disk.c:241: `dsk' undeclared (first use in this function) /usr/src/sys/dev/mlx/mlx_disk.c:241: (Each undeclared identifier is reported only once /usr/src/sys/dev/mlx/mlx_disk.c:241: for each function it appears in.) *** Error code 1 Stop in /usr/src/sys/modules/mlx. /me wanders off, muttering under his breath about tinderboxen. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message