From owner-cvs-all@FreeBSD.ORG Wed Feb 23 07:17:11 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E9E16A4CE; Wed, 23 Feb 2005 07:17:11 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB79143D2D; Wed, 23 Feb 2005 07:17:10 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (ip68-230-188-82.dc.dc.cox.net [68.230.188.82]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id j1N7H5Kw045115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 23 Feb 2005 02:17:10 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 23 Feb 2005 02:17:00 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20050223021700.72e0e63f@mobile.pittgoth.com> In-Reply-To: <20050223071246.GA73994@ip.net.ua> References: <200502230413.j1N4DBKH008870@repoman.freebsd.org> <20050223071246.GA73994@ip.net.ua> X-Mailer: Sylpheed-Claws 1.0.0 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/i386/conf NOTES src/sys/pc98/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 07:17:11 -0000 On Wed, 23 Feb 2005 09:12:47 +0200 Ruslan Ermilov wrote: > On Wed, Feb 23, 2005 at 04:13:11AM +0000, Tom Rhodes wrote: > > trhodes 2005-02-23 04:13:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/conf NOTES > > sys/i386/conf NOTES > > sys/pc98/conf NOTES > > Log: > > According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add a > > commen about this in every NOTES file which lists DEVICE_POLLING. > > > > PR: 46793 > > MFC: 1 day > > > > Revision Changes Path > > 1.22 +1 -0 src/sys/amd64/conf/NOTES > > 1.1181 +1 -0 src/sys/i386/conf/NOTES > > 1.47 +1 -0 src/sys/pc98/conf/NOTES > > > We have WIP patches that add the necessary locking into kern_poll.c. Great!! Commit them and I will remove the note. ;) -- Tom Rhodes