Date: Fri, 4 Mar 2005 06:11:00 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c Message-ID: <200503040611.j246B0sL044676@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2005-03-04 06:11:00 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: Fix the ioctl path by ensuring that amr_start1() gets called for commands with no associated data. Also revert previous changes that allocate off of the stack instead of using malloc, as it's not needed. Many thanks to LSI for investigating and fixing these problems. Submitted by: rajeshpr @ lsil . com Revision Changes Path 1.61 +22 -18 src/sys/dev/amr/amr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503040611.j246B0sL044676>