Date: Sun, 16 Nov 2003 18:52:27 -0700 (MST) From: "M. Warner Losh" <imp@bsdimp.com> To: bms@spc.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/idt idt.c Message-ID: <20031116.185227.72975859.imp@bsdimp.com> In-Reply-To: <20031117012300.GA81780@saboteur.dek.spc.org> References: <200311162233.hAGMXgIj025490@repoman.freebsd.org> <20031116.153608.24272682.imp@bsdimp.com> <20031117012300.GA81780@saboteur.dek.spc.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20031117012300.GA81780@saboteur.dek.spc.org> Bruce M Simpson <bms@spc.org> writes: : On Sun, Nov 16, 2003 at 03:36:08PM -0700, M. Warner Losh wrote: : > In message: <200311162233.hAGMXgIj025490@repoman.freebsd.org> : > Warner Losh <imp@FreeBSD.org> writes: : > : Gross kludge: : > : > Others are welcome to find better ways to fix this. The real fix is : > to fix the driver to not require 2048 byte mbufs. : : I've looked at differences between pdq (DEC FDDI Controller) and idt(4). : It seems pdq does the right thing by specifying that it wants its buffers : to be 2048 bytes, using MCLGET() to ask for the cluster after the mbuf, : then using busdma to allocate the 2048 byte buffer. Don't let me stop you from fixing the driver or removing the test if the driver already has been fixed! Thanks for grunting out the details. It is much appreciated. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031116.185227.72975859.imp>