From owner-cvs-all Fri Sep 22 17:24:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2142037B423; Fri, 22 Sep 2000 17:24:26 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72173; Fri, 22 Sep 2000 17:24:25 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009230024.RAA72173@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 17:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/sys/conf files src/sys/dev/aic7xxx aic7770.c aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 17:24:23 PDT Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: Update buildkernel target for new aicasm location. Revision Changes Path 1.141.2.12 +3 -3 src/Makefile.inc1 Modified files: (Branch: RELENG_4) sys/conf files Log: MFC: Update for new arrangement of the aic7xxx driver. Revision Changes Path 1.340.2.27 +11 -10 src/sys/conf/files Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq Added files: (Branch: RELENG_4) sys/dev/aic7xxx aic7770.c aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Removed files: (Branch: RELENG_4) sys/dev/aic7xxx 93cx6.c 93cx6.h aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h sequencer.h Log: MFC: U160 support plus numerous bug fixes. Code is now identical to -current. Revision Changes Path 1.15.2.1 +113 -376 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.3 +88 -1755 src/sys/dev/aic7xxx/ahc_pci.c 1.41.2.2 +4451 -5497 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.1 +781 -315 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.2 +114 -101 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.2 +839 -608 src/sys/dev/aic7xxx/aic7xxx.seq Added files: (Branch: RELENG_4) sys/dev/aic7xxx/aicasm Makefile aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log: MFC: Move aicasm to its own subdir. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message