Date: Wed, 16 Dec 1998 16:06:54 -0800 (PST) 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 aic7xxx.reg aic7xxx.seq Message-ID: <199812170006.QAA17371@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1998/12/16 16:06:54 PST Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx.reg aic7xxx.seq Log: Fix a few problems with handling rejected transfer negotiation messages. Use the host message loop for any unknown message types instead of performing a reject message in the sequencer. Pass reject messages to the host message loop too which frees up a sequencer interrupt type slot. Default to issuing a bus reset if initiator mode is enabled. It seems that the reset scsi bus bit is not defined in the same location for all aic78xx BIOSes, so attempting to honor this setting will have to wait until I get more information on how to detect it. Nuke some unused variables. Revision Changes Path 1.14 +58 -54 src/sys/dev/aic7xxx/aic7xxx.c 1.11 +1 -2 src/sys/dev/aic7xxx/aic7xxx.reg 1.83 +13 -35 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?199812170006.QAA17371>