From owner-cvs-all Sat Aug 31 0:26:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C2637B400; Sat, 31 Aug 2002 00:26:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953D943E42; Sat, 31 Aug 2002 00:26:07 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7V7Q7JU046270; Sat, 31 Aug 2002 00:26:07 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7V7Q7kY046269; Sat, 31 Aug 2002 00:26:07 -0700 (PDT) Message-Id: <200208310726.g7V7Q7kY046269@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 31 Aug 2002 00:26:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/08/31 00:26:07 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx/aicasm Makefile aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_macro_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log: MFC: The latest aicasm from -current. Revision Changes Path 1.8.2.4 +5 -2 src/sys/dev/aic7xxx/aicasm/Makefile 1.28.2.6 +76 -50 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.11.2.5 +4 -2 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.11.2.6 +132 -51 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3.2.4 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.1.2.2 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y 1.1.2.2 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l 1.13.2.5 +5 -3 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.11.2.5 +351 -175 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c 1.11.2.4 +28 -23 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message