From owner-cvs-all Sat May 6 1:54:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CCBD37B633; Sat, 6 May 2000 01:54:34 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA51700; Sat, 6 May 2000 01:54:34 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200005060854.BAA51700@freefall.freebsd.org> From: Mike Smith Date: Sat, 6 May 2000 01:54:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c mlx_disk.c mlx_pci.c mlxvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/05/06 01:54:34 PDT Modified files: sys/dev/mlx mlx.c mlx_disk.c mlx_pci.c mlxvar.h Log: Change the way that scatter/gather list tables are allocated so that we can use all of the s/g entries available on smaller cards. This is necessary if we want to be able to handle a non-page-aligned 64k transfer on 2.x and 3.x firmware. Fix a missing splx() that may have left us at splbio() for longer than desired. Reduce shadowing of controller-supplied parameters a little. Revision Changes Path 1.22 +43 -29 src/sys/dev/mlx/mlx.c 1.15 +9 -3 src/sys/dev/mlx/mlx_disk.c 1.8 +2 -2 src/sys/dev/mlx/mlx_pci.c 1.10 +8 -9 src/sys/dev/mlx/mlxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message