Date: Sun, 9 Feb 2003 16:34:25 -0800 (PST) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_pci.c aacvar.h Message-ID: <200302100034.h1A0YPsE077002@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2003/02/09 16:34:25 PST Modified files: sys/dev/aac aac.c aac_pci.c aacvar.h Log: Implement a new dynamic command allocator. FIBs are allocated in 1 page blocks now, which should eliminate problems with the driver failing to attach due to insufficient contiguous RAM. Allow the FIB pool to grow from the default of 128 to the max of 512 as demand grows. Also pad the adapter init struct to work around the 2120/2200 DMA bug now that there is no longer a FIB slab. Revision Changes Path 1.52 +81 -46 src/sys/dev/aac/aac.c 1.28 +1 -1 src/sys/dev/aac/aac_pci.c 1.24 +14 -9 src/sys/dev/aac/aacvar.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?200302100034.h1A0YPsE077002>