From owner-cvs-sys Sat Sep 27 12:52:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA09601 for cvs-sys-outgoing; Sat, 27 Sep 1997 12:52:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA09564; Sat, 27 Sep 1997 12:52:23 -0700 (PDT) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA15775; Sat, 27 Sep 1997 12:47:14 -0700 (PDT) Date: Sat, 27 Sep 1997 12:47:14 -0700 (PDT) Message-Id: <199709271947.MAA15775@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx Makefile aic7xxx.reg aic7xxx.seq aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h sequencer.h src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1997/09/27 12:47:14 PDT Modified files: (Branch: RELENG_2_2) sys/dev/aic7xxx Makefile aic7xxx.reg aic7xxx.seq aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h sequencer.h sys/i386/scsi aic7xxx.c Log: MFC: Add "downloaded constant" support and reduce scratch ram usage so that SCSI CONF isn't clobbered on the 274X. Revision Changes Path 1.1.2.3 +8 -1 src/sys/dev/aic7xxx/Makefile 1.1.2.4 +16 -37 src/sys/dev/aic7xxx/aic7xxx.reg 1.46.2.21 +5 -10 src/sys/dev/aic7xxx/aic7xxx.seq 1.1.2.2 +59 -3 src/sys/dev/aic7xxx/aicasm_gram.y 1.1.2.3 +2 -1 src/sys/dev/aic7xxx/aicasm_scan.l 1.1.2.2 +23 -1 src/sys/dev/aic7xxx/aicasm_symbol.c 1.1.2.1 +2 -1 src/sys/dev/aic7xxx/aicasm_symbol.h 1.1.2.1 +2 -1 src/sys/dev/aic7xxx/sequencer.h 1.81.2.30 +32 -43 src/sys/i386/scsi/aic7xxx.c