Date: Thu, 16 Aug 2001 21:22:50 -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.c Message-ID: <200108170422.f7H4MoH42118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2001/08/16 21:22:50 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpause should be initialized to 0 for PCI adapters which was a side-effect of the memset in ahc_alloc(). EISA/VL adapters require our unpause value to include the "levelness" of our interrupt. This change allows EISA adapters to work again. PR: 29689, 29471 Revision Changes Path 1.79 +5 -3 src/sys/dev/aic7xxx/aic7xxx.c 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?200108170422.f7H4MoH42118>