From owner-freebsd-hackers Thu Mar 23 23:17:58 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from lodge.guild.ab.ca (lodge.guild.ab.ca [209.91.118.66]) by hub.freebsd.org (Postfix) with ESMTP id D7D0337B815 for ; Thu, 23 Mar 2000 23:17:55 -0800 (PST) (envelope-from davidc@acns.ab.ca) Received: from localhost (davidc@localhost) by lodge.guild.ab.ca (8.9.3/8.9.3) with ESMTP id AAA13028 for ; Fri, 24 Mar 2000 00:25:11 -0700 (MST) (envelope-from davidc@acns.ab.ca) Date: Fri, 24 Mar 2000 00:25:11 -0700 (MST) From: Chad David X-Sender: davidc@lodge.guild.ab.ca To: freebsd-hackers@freebsd.org Subject: vm_await() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In vm_await(), asleep() is called with "vmwait", and then vm_await() just returns. What then happens to the memory at "vmwait" that was passed to asleep()? Am I missing something, other than vm_await is never called so it doesn't really matter? Also, with a quick find, it looks like atapi_queue_cmd() does the same thing in atapi-all.c, but I might be missing something here. Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message