From owner-cvs-all Wed Feb 5 15:24:33 2003 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 E2CD237B401; Wed, 5 Feb 2003 15:24:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED7543F75; Wed, 5 Feb 2003 15:24:26 -0800 (PST) (envelope-from scottl@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 h15NOPbv061537; Wed, 5 Feb 2003 15:24:25 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h15NOP71061536; Wed, 5 Feb 2003 15:24:25 -0800 (PST) Message-Id: <200302052324.h15NOP71061536@repoman.freebsd.org> From: Scott Long Date: Wed, 5 Feb 2003 15:24:25 -0800 (PST) To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_cam.h aacvar.h X-FreeBSD-CVS-Branch: HEAD 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 scottl 2003/02/05 15:24:25 PST Modified files: sys/dev/aac aac.c aac_cam.c aacvar.h Removed files: sys/dev/aac aac_cam.h Log: Various cleanups: - Move the command timeout check from a separate repeating timeout to the kthread since the kthread is already running periodically. - Move printing the hardware print buffer to the kthread. - Properly shut down the kernel thread on detach. - Detach the child array devices on detach. - Don't issue a controller halt command on detach. Doing so requires a PCI reset to wake the controller back up. The driver can now be unloaded as long as CAM support is not enabled. Revision Changes Path 1.48 +81 -53 src/sys/dev/aac/aac.c 1.6 +5 -5 src/sys/dev/aac/aac_cam.c 1.2 +0 -34 src/sys/dev/aac/aac_cam.h (dead) 1.22 +18 -4 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message