From owner-cvs-sys Tue Sep 2 21:29:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16136 for cvs-sys-outgoing; Tue, 2 Sep 1997 21:29:26 -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 VAA16031; Tue, 2 Sep 1997 21:27:31 -0700 (PDT) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA15837; Tue, 2 Sep 1997 21:25:42 -0700 (PDT) Date: Tue, 2 Sep 1997 21:25:42 -0700 (PDT) Message-Id: <199709030425.VAA15837@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx Makefile aicasm.c aicasm_gram.y aicasm_scan.l aicasm_symbol.c aic7xxx_asm.c aic7xxx_asm.h gram.y scan.l symbol.c symbol.h src/sys/i386/conf files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1997/09/02 21:25:41 PDT Modified files: (Branch: RELENG_2_2) sys/dev/aic7xxx Makefile aicasm.c aicasm_gram.y aicasm_scan.l aicasm_symbol.c sys/i386/conf files.i386 Removed files: (Branch: RELENG_2_2) sys/dev/aic7xxx aic7xxx_asm.c aic7xxx_asm.h gram.y scan.l symbol.c symbol.h Log: Merge from current. Revision Changes Path 1.1.2.2 +13 -9 src/sys/dev/aic7xxx/Makefile 1.12.6.4 +3 -3 src/sys/dev/aic7xxx/aicasm.c 1.1.2.1 +3 -3 src/sys/dev/aic7xxx/aicasm_gram.y 1.1.2.2 +3 -3 src/sys/dev/aic7xxx/aicasm_scan.l 1.1.2.1 +3 -3 src/sys/dev/aic7xxx/aicasm_symbol.c 1.141.2.14 +6 -6 src/sys/i386/conf/files.i386