From owner-freebsd-current@FreeBSD.ORG Tue Jun 8 14:40:32 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 60667106567A; Tue, 8 Jun 2010 14:40:32 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 982638FC12; Tue, 8 Jun 2010 14:40:31 +0000 (UTC) Received: by fxm20 with SMTP id 20so3667508fxm.13 for ; Tue, 08 Jun 2010 07:40:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=3CUoreN7sS8aNXzlPkj4WRlLIDfwdLjwYcuQqGEBLjM=; b=DP8eZc1BihsyNUhCKpdkruYjYHPPLNOh6CtAdnRtWlCjGGWrmhLEakouCjlX7G5odP AJaVQQ2+GvBfAjMtpinNmaX6M7FDpCy12B1JvcsafromsXhTG/roLZIonYQIeXmEK1VE wQol1vX58/uapM+uXL7uJYijv99XAIe8DyuKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=Ma8/wvnjGKlaTe8/+IHaHKfbAUB4qa5VkCbPV+IsmzZ4T1ewo2UPDN7s1jE+xEoc8I vXMECEYnGdV92DlD7msbikxYE89JW0ab+zdkdwlO+mzR98hfE+V6SZ2SYNrvH1J22zFQ 3FlQlxov9GpahD6b0ntTIcxWITMi0z5CVkwuc= Received: by 10.223.92.152 with SMTP id r24mr1113893fam.74.1276008030380; Tue, 08 Jun 2010 07:40:30 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id r12sm25747930fah.8.2010.06.08.07.40.28 (version=SSLv3 cipher=RC4-MD5); Tue, 08 Jun 2010 07:40:28 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C0E5646.1060007@FreeBSD.org> Date: Tue, 08 Jun 2010 17:40:06 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Brandon Gooch References: <4C0C1AE4.8050807@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 14:40:32 -0000 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