From owner-svn-src-all@FreeBSD.ORG Sun Feb 7 04:55:41 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B3F11065670; Sun, 7 Feb 2010 04:55:41 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 219618FC0A; Sun, 7 Feb 2010 04:55:40 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 56ECDDD3B5; Sat, 6 Feb 2010 23:55:40 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sat, 06 Feb 2010 23:55:40 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=tUqGguHamYcXt3t9Hpga3H6EbPw=; b=JMWbfUtEtWEys8O1kyZZXODDtxS030HP8OBZ+gcmGtM+e7ype5oKdvsaawJIquDBt7BmKOg3UXWuaPSW1GgrJtGwhO7904CyFupOVbcFja3zSBHjx40DH5Q+//TWyJLzolJxYHqYDcHooueLCMKK/VCgAb+5knvdcuoarAsDH2w= X-Sasl-enc: bcb6mVYyeXbkl6Z9bHf/1zuBtemhrifoRhxRuLyAd1TC 1265518540 Received: from [192.168.123.18] (cpc2-dals7-0-0-cust253.hari.cable.virginmedia.com [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 896CD4A92F1; Sat, 6 Feb 2010 23:55:39 -0500 (EST) Message-ID: <4B6E47CA.7020506@incunabulum.net> Date: Sun, 07 Feb 2010 04:55:38 +0000 From: Bruce Simpson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: Doug Barton References: <201002062122.o16LM1eS042778@svn.freebsd.org> <4B6E43C0.3060302@FreeBSD.org> In-Reply-To: <4B6E43C0.3060302@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Bruce M Simpson Subject: Re: svn commit: r203574 - head/etc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 04:55:41 -0000 On 07/02/2010 04:38, Doug Barton wrote: > > Are all the port numbers that have been added recently things that > have been requested by users? IIUC there is a cost "albeit small" for > parsing the /etc/services file each time it's read, so traditionally > we've tried to keep it as small as possible while still meeting the > needs of our users. I've been running sane-backends with this mod locally on all my FreeBSD desktop clients for some time. Given that it's been given an official allocation by IANA it seemed reasonable to add it to our own /etc/services to support this use. It's pretty essential for day-to-day office use of FreeBSD as a desktop system. The intention is to be able to use pfSense as a lightweight appliance platform for scan/print, to reduce my power bill, and get rid of noisy old boxes. I have a diff to add an RC script to the existing graphics/sane-backends port here, and it requires that saned-port be present in /etc/services: http://people.freebsd.org/~bms/dump/sane-backends-saned.diff Note well the comments about devd.conf configuration being a bit of a pain for USB endpoints. What could use further care and attention is the configuration of sane itself. Just using scanimage -L with the default out-of-box configuration causes a coredump; if I reduce dll.conf to the bare minimum required, it's fine. Others have commented that AHCI in HEAD accepting arbitrary SCSI commands can cause the driver to hang briefly, I observed this earlier; commenting out the SCSI backends worked around this, and I know mav@ has a patch for it which hasn't been MFCed just yet. thanks, Bruce