Date: Fri, 30 Aug 2002 23:43:15 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq Message-ID: <200208310643.g7V6hFlr036665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2002/08/30 23:43:15 PDT Modified files: sys/dev/aic7xxx aic7xxx.seq Log: Add a prefix to be used for assembler generated tables and functions for register pretty-printing. Only clear SELDO once we've recorded enough information for the host to understand that the connection is valid. The host uses the SELDO status as a handshake to close this race window. Correct a bug in target mode handling of non-disconnected transactions. The host would indicate the correct SCB to DMA by setting the SCB id in the currently selected hardware SCB. Unfortunately, we would then immediated allocate a hardware SCB which, depending on the access patern might not be the same hardware SCB that the host setup for us. Avoid this by having the host put the SCBID into scratch ram. Revision Changes Path 1.121 +22 -16 src/sys/dev/aic7xxx/aic7xxx.seq 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?200208310643.g7V6hFlr036665>