From owner-cvs-sys Fri Jun 27 12:43:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA11135 for cvs-sys-outgoing; Fri, 27 Jun 1997 12:43:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA10958; Fri, 27 Jun 1997 12:41:01 -0700 (PDT) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11117; Fri, 27 Jun 1997 12:39:36 -0700 (PDT) Date: Fri, 27 Jun 1997 12:39:36 -0700 (PDT) Message-Id: <199706271939.MAA11117@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.reg aic7xxx.seq aic7xxx_asm.c aic7xxx_asm.h gram.y scan.l sequencer.h symbol.c symbol.h src/sys/i386/scsi aic7xxx.c aic7xxx.h src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1997/06/27 12:39:36 PDT Modified files: sys/dev/aic7xxx aic7xxx.reg aic7xxx.seq aic7xxx_asm.c aic7xxx_asm.h gram.y scan.l sequencer.h symbol.c symbol.h Log: Modify my copyright notice to allow the sequencer to be used with GPLed software (aka Linux). Fix a few bugs in the sequencer assembler. Make it easy to compiler the assembler with debugging turned on. Revision Changes Path 1.4 +11 -4 src/sys/dev/aic7xxx/aic7xxx.reg 1.74 +36 -39 src/sys/dev/aic7xxx/aic7xxx.seq 1.18 +32 -9 src/sys/dev/aic7xxx/aic7xxx_asm.c 1.3 +3 -3 src/sys/dev/aic7xxx/aic7xxx_asm.h 1.2 +3 -3 src/sys/dev/aic7xxx/gram.y 1.3 +16 -11 src/sys/dev/aic7xxx/scan.l 1.2 +10 -3 src/sys/dev/aic7xxx/sequencer.h 1.2 +3 -3 src/sys/dev/aic7xxx/symbol.c 1.2 +3 -3 src/sys/dev/aic7xxx/symbol.h Modified files: sys/i386/scsi aic7xxx.c aic7xxx.h sys/pci aic7870.c Log: Modify my copyright notice to allow the sequencer to be used with GPLed software (aka Linux). Revision Changes Path 1.119 +11 -4 src/sys/i386/scsi/aic7xxx.c 1.41 +11 -4 src/sys/i386/scsi/aic7xxx.h 1.53 +11 -4 src/sys/pci/aic7870.c