Date: Tue, 25 May 1999 13:27:33 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> 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 Message-ID: <199905252027.NAA33085@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905252027.NAA33085>