From owner-cvs-all Sat Sep 16 13: 2:44 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 15B3E37B424; Sat, 16 Sep 2000 13:02:40 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA00973; Sat, 16 Sep 2000 13:02:40 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009162002.NAA00973@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 16 Sep 2000 13:02:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/aic7xxx aic7770.c 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 aic7xxx_93cx6.c aic7xxx_93cx6.h 93cx6.c 93cx6.h Makefile aicasm.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/16 13:02:40 PDT Modified files: sys/conf files Log: Update for aic7xxx driver reorganization. Revision Changes Path 1.411 +10 -9 src/sys/conf/files Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_93cx6.h Added files: sys/dev/aic7xxx aic7770.c aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Removed files: sys/dev/aic7xxx 93cx6.c 93cx6.h Makefile aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log: Move aicasm to its own subdirectory. Separate our platform independent hooks from core driver functionality shared between platforms (FreeBSD and Linux at this time). Add sequencer workarounds for several chip->chipset interactions. Correct external SCB corruption problem on aic7895 based cards (3940AUW). Lots of cleanups resulting from the port to another OS. Revision Changes Path 1.17 +112 -379 src/sys/dev/aic7xxx/ahc_eisa.c 1.36 +84 -1895 src/sys/dev/aic7xxx/ahc_pci.c 1.49 +4161 -5804 src/sys/dev/aic7xxx/aic7xxx.c 1.23 +639 -369 src/sys/dev/aic7xxx/aic7xxx.h 1.24 +3 -1 src/sys/dev/aic7xxx/aic7xxx.reg 1.99 +216 -58 src/sys/dev/aic7xxx/aic7xxx.seq 1.7 +58 -21 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.6 +23 -22 src/sys/dev/aic7xxx/aic7xxx_93cx6.h Modified files: 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: Move aicasm to its own subdirectory. Revision Changes Path 1.8 +5 -3 src/sys/dev/aic7xxx/aicasm/Makefile 1.27 +10 -9 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.10 +7 -1 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.10 +40 -62 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.2 +8 -2 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.12 +20 -7 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.10 +17 -24 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c 1.10 +11 -5 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