Date: Sat, 6 May 2000 01:54:34 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <200005060854.BAA51700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005060854.BAA51700>
