From owner-cvs-all Sun Jan 7 14:52:55 2001 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 814CB37B400; Sun, 7 Jan 2001 14:52:37 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07MqbQ23221; Sun, 7 Jan 2001 14:52:37 -0800 (PST) (envelope-from gibbs) Message-Id: <200101072252.f07MqbQ23221@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 7 Jan 2001 14:52:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcireg.h src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/07 14:52:37 PST Modified files: (Branch: RELENG_4) sys/pci pcireg.h Log: MFC: Add a define for the capability pointer register on header type 0 devices. Revision Changes Path 1.24.2.3 +2 -1 src/sys/pci/Attic/pcireg.h Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Log: MFC: Fix for brkadrint panic on cold boot for 2940 narrow adapters. Several timeout handling bug fixes. A few performance improvements. This brings stable to the same code level as my 1/5/2001 commit to current. Revision Changes Path 1.15.2.2 +3 -3 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.4 +14 -2 src/sys/dev/aic7xxx/ahc_pci.c 1.41.2.12 +538 -206 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.7 +60 -13 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.5 +12 -10 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.7 +102 -37 src/sys/dev/aic7xxx/aic7xxx.seq 1.8.2.2 +2 -2 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.7.2.2 +2 -2 src/sys/dev/aic7xxx/aic7xxx_93cx6.h 1.3.2.12 +55 -42 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.3 +35 -4 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.2.2.5 +74 -33 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.2.2.5 +124 -14 src/sys/dev/aic7xxx/aic7xxx_pci.c Modified 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: Sync perforce ids. Revision Changes Path 1.8.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/Makefile 1.28.2.3 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.11.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.11.2.3 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.13.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.11.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c 1.11.2.2 +2 -2 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