From owner-cvs-all Tue May 25 13:27:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EBA215AE5; Tue, 25 May 1999 13:27:34 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33085; Tue, 25 May 1999 13:27:33 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905252027.NAA33085@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 25 May 1999 13:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/25 13:27:31 PDT Modified files: (Branch: RELENG_3) sys/pci ahc_pci.c Log: MFC: Fix for PR 11872 Revision Changes Path 1.5.2.6 +4 -1 src/sys/pci/ahc_pci.c Modified files: (Branch: RELENG_3) sys/dev/aic7xxx 93cx6.c aic7xxx.c Log: MFC: Make 'ahc dump eeprom' a real option. Don't dereference our scb until we've validated the index given by the firmware. Revision Changes Path 1.1.2.2 +4 -2 src/sys/dev/aic7xxx/93cx6.c 1.16.2.11 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c Modified files: (Branch: RELENG_3) sys/conf options Log: MFC: Make 'ahc dump eeprom' a real option. Revision Changes Path 1.121.2.7 +4 -1 src/sys/conf/options Modified files: (Branch: RELENG_3) sys/dev/aha aha.c ahareg.h Log: MFC: Block in aha_cmd until all pending mailbox commands complete. Clean up aha softc. Revision Changes Path 1.19.2.4 +89 -31 src/sys/dev/aha/aha.c 1.5.2.1 +1 -3 src/sys/dev/aha/ahareg.h Modified files: (Branch: RELENG_3) sys/cam cam_periph.c cam_xpt.c Log: MFC: XPT_CONT_TARGET_IO is valid for cam_periph_unmapmem. Protect xpt_action with splsoftcam(). Revision Changes Path 1.9.2.6 +2 -2 src/sys/cam/cam_periph.c 1.42.2.14 +5 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message