Date: Fri, 30 Aug 2002 23:50:40 -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 aic79xx_inline.h Message-ID: <200208310650.g7V6oebj037434@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2002/08/30 23:50:40 PDT Modified files: sys/dev/aic7xxx aic79xx_inline.h Log: Correct lun representation during packetized operation. Uninline some routines that are just too big to be inlined. Add some helper macros for SCB ID collision management. Use a hardware SCB rather than a full SCB for the "next SCB to queue" sentinal. Update for new "high SCBID bit" qoutfifo delivery scheme. If interrupts are disabled on the card, don't bother running our interrupt handler. Our handler was called due to a shared interrupt, and the card's interrupts are explicitly disabled to prevent entry into our interrupt handler. Revision Changes Path 1.3 +26 -44 src/sys/dev/aic7xxx/aic79xx_inline.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?200208310650.g7V6oebj037434>