From owner-freebsd-arch@FreeBSD.ORG Fri Aug 31 17:12:17 2007 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CE1D16A419; Fri, 31 Aug 2007 17:12:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.swip.net [212.247.155.1]) by mx1.freebsd.org (Postfix) with ESMTP id 72CAA13C481; Fri, 31 Aug 2007 17:12:16 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.lan) by mailfe09.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 427690800; Fri, 31 Aug 2007 17:53:27 +0200 From: Hans Petter Selasky To: obrien@freebsd.org Date: Fri, 31 Aug 2007 17:53:39 +0200 User-Agent: KMail/1.9.7 References: <8412.1188553371@critter.freebsd.dk> <200708311257.31627.hselasky@c2i.net> <20070831140316.GA79097@dragon.NUXI.org> In-Reply-To: <20070831140316.GA79097@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708311753.40476.hselasky@c2i.net> Cc: arch@freebsd.org, freebsd-arch@freebsd.org Subject: Re: Proof of concept: soundcard as console device X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 17:12:17 -0000 On Friday 31 August 2007, David O'Brien wrote: > On Fri, Aug 31, 2007 at 12:57:30PM +0200, Hans Petter Selasky wrote: > > BTW: Why can't you use an USB serial adapter connected to the PC ? > > That requires a USB stack that runs without using interrupts. > That is the stumbling block. That's not a problem. For a long time the USB stack has supported polling! --HPS