From owner-cvs-all Tue Oct 31 10:55:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB85037B479; Tue, 31 Oct 2000 10:55:16 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA37002; Tue, 31 Oct 2000 10:55:16 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <200010311855.KAA37002@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 31 Oct 2000 10:55:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_message.h src/sys/conf options src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_inline.h aic7xxx_pci.c src/sys/dev/aic7xxx/aicasm aicasm_gram.y X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/10/31 10:55:16 PST Modified files: (Branch: RELENG_4) sys/cam cam_xpt.c Log: MFC: Allow async updates to modify tag queuing behavior. Revision Changes Path 1.80.2.9 +2 -3 src/sys/cam/cam_xpt.c Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_message.h Log: MFC: 0x03F -> 0x3F for style consistency. Revision Changes Path 1.1.6.3 +2 -2 src/sys/cam/scsi/scsi_message.h Modified files: (Branch: RELENG_4) sys/conf options Log: MFC: Add the AHC_DEBUG_SEQUENCER option. Revision Changes Path 1.191.2.19 +3 -1 src/sys/conf/options Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_inline.h aic7xxx_pci.c Log: MFC: Bring to parity with -current. See today's -current commit log for details Revision Changes Path 1.41.2.9 +377 -132 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.6 +37 -16 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.4 +56 -25 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.5 +131 -125 src/sys/dev/aic7xxx/aic7xxx.seq 1.3.2.11 +48 -34 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.4 +12 -2 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.2.2.4 +5 -8 src/sys/dev/aic7xxx/aic7xxx_pci.c Modified files: (Branch: RELENG_4) sys/dev/aic7xxx/aicasm aicasm_gram.y Log: MFC: Generate the bmov opcode for all mov operatoins. Revision Changes Path 1.11.2.2 +4 -4 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message