From owner-freebsd-current@FreeBSD.ORG Tue Jun 8 15:58:02 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 454D71065672; Tue, 8 Jun 2010 15:58:02 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 02D4D8FC08; Tue, 8 Jun 2010 15:58:01 +0000 (UTC) Received: by pvh11 with SMTP id 11so2559734pvh.13 for ; Tue, 08 Jun 2010 08:58:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=UXgmN1UzaYgHE4Bt5m484wK71VAAimbQQnNOSJbzUhM=; b=KnhC9i4cKJNlb5681dsdLWpMWc56WbghkYDerzw6KCbTBd+xzlMEyDEiLBOLymPAXa lzisytDm46PwDRXP/4RlmDqGJni58fLfgv0apo5ZkcFZHjhu9pG1z857y2FuZmZfk72z V7VY1I9GLS/csBN/oH8eXFE8ATQjer9dFxg5Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Jw5iFxvDzLKNbKATOIkeq0njVarf4gimFFA9MOI3zYNG6dMfc/FARbuMgpmxA2jobI V32wHR9RtGXfKpjSw7PzA34HLdges7BPzfQNw33EaaQKk8CEZUDE3zLhNHWT56K25Wt9 uTyf0sgUAfXHw2vb5uz0E15UvHpKa2USKe1pM= MIME-Version: 1.0 Received: by 10.229.183.198 with SMTP id ch6mr3555809qcb.243.1276012680632; Tue, 08 Jun 2010 08:58:00 -0700 (PDT) Received: by 10.231.182.196 with HTTP; Tue, 8 Jun 2010 08:58:00 -0700 (PDT) In-Reply-To: <4C0E5646.1060007@FreeBSD.org> References: <4C0C1AE4.8050807@FreeBSD.org> <4C0E5646.1060007@FreeBSD.org> Date: Tue, 8 Jun 2010 10:58:00 -0500 Message-ID: From: Brandon Gooch To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arch@freebsd.org, FreeBSD-Current , Tsuyoshi Ozawa Subject: Re: RFC: New event timers infrastructure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 08 Jun 2010 15:58:02 -0000 On Tue, Jun 8, 2010 at 9:40 AM, Alexander Motin wrote: > Brandon Gooch wrote: >> Alexander, do you feel that the code is at a stage where meaningful >> user testing can occur? > > I think yes. I've touched a lot of legacy code, so it would be nice to > know what I may have broken. For example, i8254 and RTC drivers now more > dependent on attaching to PnP/ACPI reported hardware. I am not sure if > there still any legacy system which not doing that. The oldest system I > have tested was P-III Celeron. Unluckily my small development SSD is too > "large" for my Pentium board's BIOS. :) > > There is still work planned, but I hope it won't require major changes > in already written code. > > -- > Alexander Motin > I'm giving http://people.freebsd.org/~mav/et.20100607.patch a go right now... After patching and recompiling the kernel, I'm up and running. What information/feedback would you like to see from us users? -Brandon