From owner-freebsd-rc@FreeBSD.ORG Sun May 11 17:10:05 2008 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1BB41065684 for ; Sun, 11 May 2008 17:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 432B88FC1D for ; Sun, 11 May 2008 17:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4BHA5a9033103 for ; Sun, 11 May 2008 17:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4BHA5E8033102; Sun, 11 May 2008 17:10:05 GMT (envelope-from gnats) Date: Sun, 11 May 2008 17:10:05 GMT Message-Id: <200805111710.m4BHA5E8033102@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Aragon Gouveia Cc: Subject: Re: conf/120406: [devd] [patch] Handle newly attached pcm devices (eg. via uaudio) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aragon Gouveia List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 17:10:05 -0000 The following reply was made to PR conf/120406; it has been noted by GNATS. From: Aragon Gouveia To: bug-followup@FreeBSD.org, aragon@phat.za.net Cc: Subject: Re: conf/120406: [devd] [patch] Handle newly attached pcm devices (eg. via uaudio) Date: Sun, 11 May 2008 19:04:11 +0200 Hi, I noticed today that there is a sysctl variable, hw.snd.default_auto, that performs half the functionality of my script - great! Still no mixer restoral though so I think it might be worth considering my script minus the sysctl line. Has anyone taken a look at this? Regards, Aragon