From owner-cvs-all Mon Sep 13 21: 8:16 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 C28B9150FC; Mon, 13 Sep 1999 21:08:13 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA89293; Mon, 13 Sep 1999 21:08:13 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199909140408.VAA89293@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 13 Sep 1999 21:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/advansys advlib.h adwcam.c src/sys/dev/aha aha.c src/sys/dev/buslogic bt.c src/sys/dev/dpt dpt_scsi.c src/sys/i386/eisa adv_eisa.c ahb.c ahc_eisa.c bt_eisa.c dpt_eisa.c src/sys/i386/i386 busdma_machdep.c src/sys/i386/isa adv_isa.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/09/13 21:08:12 PDT Modified files: (Branch: RELENG_3) sys/dev/advansys advlib.h adwcam.c sys/dev/aha aha.c sys/dev/buslogic bt.c sys/dev/dpt dpt_scsi.c sys/i386/eisa adv_eisa.c ahb.c ahc_eisa.c bt_eisa.c dpt_eisa.c sys/i386/i386 busdma_machdep.c sys/i386/isa adv_isa.c aha_isa.c bt_isa.c sys/pci adv_pci.c adw_pci.c bt_pci.c dpt_pci.c isp_pci.c Log: MFC: Almost everyone using the bus-dma interface copied a bug from my code. I fixed this in -current a month ago but forgot to MFC them. I don't know how the old code ever worked... 8-) There is also two fixes for detaching devices in here. One is for disconnecting a device with bus-dma resources (busdma_machdep.c) and the other is for cam queue resources. These two fixes have been in -current for over a month (Nick Himba found them using USB devices). And finally, there is a fix for a compile warning in the advansys driver. Approved by: jkh Revision Changes Path 1.4.2.2 +2 -1 src/sys/dev/advansys/advlib.h 1.2.2.3 +4 -4 src/sys/dev/advansys/adwcam.c 1.19.2.6 +5 -5 src/sys/dev/aha/aha.c 1.13.2.6 +5 -5 src/sys/dev/buslogic/bt.c 1.22.2.3 +4 -4 src/sys/dev/dpt/dpt_scsi.c 1.2.2.2 +3 -3 src/sys/i386/eisa/adv_eisa.c 1.4.2.5 +3 -3 src/sys/i386/eisa/ahb.c 1.4.2.4 +2 -2 src/sys/i386/eisa/ahc_eisa.c 1.1.2.4 +2 -2 src/sys/i386/eisa/bt_eisa.c 1.4.2.2 +2 -2 src/sys/i386/eisa/dpt_eisa.c 1.12.2.2 +2 -2 src/sys/i386/i386/busdma_machdep.c 1.8.2.2 +2 -2 src/sys/i386/isa/adv_isa.c 1.6.2.2 +2 -2 src/sys/i386/isa/aha_isa.c 1.5.2.4 +3 -3 src/sys/i386/isa/Attic/bt_isa.c 1.4.2.2 +2 -2 src/sys/pci/adv_pci.c 1.3.2.2 +2 -2 src/sys/pci/adw_pci.c 1.4.2.2 +2 -2 src/sys/pci/bt_pci.c 1.11.2.2 +2 -2 src/sys/pci/dpt_pci.c 1.13.2.9 +2 -2 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message