Date: Wed, 5 Feb 2003 15:24:25 -0800 (PST) From: Scott Long <scottl@FreeBSD.org> 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 Message-ID: <200302052324.h15NOP71061536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302052324.h15NOP71061536>