From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 14:52:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1264616A4CE; Fri, 9 Jul 2004 14:52:08 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B3D343D1F; Fri, 9 Jul 2004 14:52:07 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i69Epwg0024108; Fri, 9 Jul 2004 16:51:58 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Andrew Gallatin From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 09 Jul 2004 10:48:18 EDT." <16622.45106.992924.734398@grasshopper.cs.duke.edu> Date: Fri, 09 Jul 2004 16:51:58 +0200 Message-ID: <24107.1089384718@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: Robert Watson cc: current@freebsd.org Subject: Re: ethercons updated for -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 14:52:08 -0000 One thing to consider in this context would be to have a list where drivers could register a poll function, so that whenever we wait for input in the debugger we continuously poll all functions on the list. This gives us the second best thing to interrupt handling. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.