Date: Thu, 10 Feb 2005 18:07:34 +0000 (UTC) From: Vinod Kashyap <vkashyap@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/twa twa_cam.c twa_globals.c twa_ioctl.h Message-ID: <200502101807.j1AI7Yq8005998@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
vkashyap 2005-02-10 18:07:34 UTC FreeBSD src repository Modified files: sys/dev/twa twa_cam.c twa_globals.c twa_ioctl.h Log: 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems to fix the problem with device discovery seen by some people. 2. Change to make 3ware CLI/3DM work on amd64. 3. Fix a potential problem that could cause the driver to do strlen(NULL) when using older firmware. Reviewed by:scottl Revision Changes Path 1.5 +2 -2 src/sys/dev/twa/twa_cam.c 1.3 +3 -3 src/sys/dev/twa/twa_globals.c 1.2 +2 -2 src/sys/dev/twa/twa_ioctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502101807.j1AI7Yq8005998>