From owner-cvs-sys Tue Sep 2 20:48:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA14140 for cvs-sys-outgoing; Tue, 2 Sep 1997 20:48:45 -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 UAA14051; Tue, 2 Sep 1997 20:46:49 -0700 (PDT) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA15555; Tue, 2 Sep 1997 20:45:00 -0700 (PDT) Date: Tue, 2 Sep 1997 20:45:00 -0700 (PDT) Message-Id: <199709030345.UAA15555@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 20:45:00 PDT Modified files: sys/dev/aic7xxx Makefile aicasm.c aicasm_gram.y aicasm_scan.l aicasm_symbol.c sys/i386/conf files.i386 Removed files: sys/dev/aic7xxx aic7xxx_asm.c aic7xxx_asm.h gram.y scan.l symbol.c symbol.h Log: Make the aic7xxx sequencer assembler compile in the kernel's object directory. Rename (via repository copy) some files so that the potential for future conflicts is minimized. PR: conf/4363 Revision Changes Path 1.3 +13 -9 src/sys/dev/aic7xxx/Makefile 1.19 +3 -3 src/sys/dev/aic7xxx/aicasm.c 1.3 +3 -3 src/sys/dev/aic7xxx/aicasm_gram.y 1.4 +3 -3 src/sys/dev/aic7xxx/aicasm_scan.l 1.3 +3 -3 src/sys/dev/aic7xxx/aicasm_symbol.c 1.174 +6 -6 src/sys/i386/conf/files.i386