Date: Sun, 17 Oct 1999 12:19:10 -0700 (PDT) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h Message-ID: <199910171919.MAA34007@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 1999/10/17 12:19:10 PDT Modified files: (Branch: RELENG_2_2) sys/dev/isp ispvar.h Log: MFC:Roll core version number. Do some stylistic changes. Ensure that the result queue length is never less than 64. Move (ick) temp port database used for post-LIP merging off the kernel stack and put it into the softc. Remove some target mode stuff which will come back later in a different file. Change how the list of outstanding commands are stored (now allocated at mailbox setup time to be just enough for the max for a specific HBA which can vary). Keep a rotating seed of the last index for this in the softc. Increase the count of active commands from 10 to 16 bits. Revision Changes Path 1.16.2.4 +63 -112 src/sys/dev/isp/ispvar.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?199910171919.MAA34007>