From owner-cvs-all Fri Dec 20 7:12: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CDC637B401; Fri, 20 Dec 2002 07:12:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF6943EE5; Fri, 20 Dec 2002 07:12:04 -0800 (PST) (envelope-from emoore@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKFC4fh096318; Fri, 20 Dec 2002 07:12:04 -0800 (PST) (envelope-from emoore@repoman.freebsd.org) Received: (from emoore@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBKFC42O096317; Fri, 20 Dec 2002 07:12:04 -0800 (PST) Message-Id: <200212201512.gBKFC42O096317@repoman.freebsd.org> From: Eric Moore Date: Fri, 20 Dec 2002 07:12:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c amr_disk.c amr_pci.c amrvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG emoore 2002/12/20 07:12:04 PST Modified files: (Branch: RELENG_4) sys/dev/amr amr.c amr_disk.c amr_pci.c amrvar.h Log: (1) Problem: PANIC when loading/unloading driver as module. This also fix's issue kern/45713. Fix - polling was implemented incorrectly for adapter enquiry and adapter flush. (2) Problem: PANIC when unloading driver as module. Fix - device nodes are not destroyed for amr0, and amrd* when driver is unloaded (3) Problem: PANIC from loading driver when 3ware adapter present, error message "Warning "amrd is usurping twed's bmaj" Fix - put #idef freebsd version < 500000 for bmaj -1 -> amrd_cdevsw (4) Problem: warnings in driver when compiling with DAMR_DEBUG param enabled in Makefile Fix - fix the warnings so driver can compile w/o warnings. (5) Problem: Hang while bootup on Perc2/SC. Fix: Error handling wasn't implemented properly for quartz controllers. Revision Changes Path 1.7.2.12 +73 -6 src/sys/dev/amr/amr.c 1.5.2.5 +3 -0 src/sys/dev/amr/amr_disk.c 1.1.2.9 +17 -2 src/sys/dev/amr/amr_pci.c 1.2.2.5 +2 -1 src/sys/dev/amr/amrvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message