From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 24 07:22:58 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A727A1065670; Fri, 24 Jun 2011 07:22:58 +0000 (UTC) (envelope-from rmh.aybabtu@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 647958FC13; Fri, 24 Jun 2011 07:22:58 +0000 (UTC) Received: by pzk27 with SMTP id 27so2154573pzk.13 for ; Fri, 24 Jun 2011 00:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GkHfsRbMqBtcU1KoJI9O5jZcpoBk/2mfUnMVcGUXVt0=; b=aVxbn1v1nWz4izvqgwC+VzvuS97vGQ+sqHfxF0YtwHnVEhm8AkwCjdR9vN4seZbNo4 EZk4OD0t+5W9pIK2Di4KJ0Ry9KkVCdtVRzZskFYdgc32kq2//8S/6IEloXnjFLQdPz3n JNAqFXBSaenWeojC+wPzDSwRg08oFt4zzeP1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=uJ6HjK032/FwKH2Xlq4a8e2BKVx/JMI6TwPfnK9uNTUyBQTn1PYCjJ+U97atmZZjHh VPH0xG8MvPH6Cu9c1ip6XlbST+Ltnj1pSyF2FFf/TzQupqm2LC5+PQ5uxI29QX94otP6 +LcXVQonFFozXXTHA7/JVFtASQRYQk4fQT5R8= MIME-Version: 1.0 Received: by 10.68.68.242 with SMTP id z18mr1449739pbt.455.1308900177701; Fri, 24 Jun 2011 00:22:57 -0700 (PDT) Sender: rmh.aybabtu@gmail.com Received: by 10.68.49.169 with HTTP; Fri, 24 Jun 2011 00:22:57 -0700 (PDT) In-Reply-To: <201106240617.23235.hselasky@c2i.net> References: <201106151523.p5FFN73i075030@red.freebsd.org> <201106240437.25246.hselasky@c2i.net> <201106240617.23235.hselasky@c2i.net> Date: Fri, 24 Jun 2011 09:22:57 +0200 X-Google-Sender-Auth: AojO6p-yNZV5oY5UzqZIV5c8WHI Message-ID: From: Robert Millan To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Fri, 24 Jun 2011 11:07:39 +0000 Cc: freebsd-hackers@freebsd.org, freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org, freebsd-usb@freebsd.org, freebsd-current@freebsd.org Subject: Re: misc/157903: automated kldload for USB class devices X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 07:22:58 -0000 2011/6/24 Hans Petter Selasky : > Updated bus_auto.conf: > > http://hselasky.homeunix.org:8192/bus_auto.conf Very nice. But why not use variable names instead of hardcoding numbers? It makes the output much easier to understand. -- Robert Millan