From owner-freebsd-questions@FreeBSD.ORG Wed Jun 10 18:37:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4176A1065687 for ; Wed, 10 Jun 2009 18:37:58 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id F15DE8FC24 for ; Wed, 10 Jun 2009 18:37:56 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so515758ana.13 for ; Wed, 10 Jun 2009 11:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=24DPlbPMnx3iQJlOuWqvUL/tkbJuBeOlh0IKv8ftHtU=; b=WpBaEChq1iHpRRNw6wiwAaSdXDpPk15z3cKWlG9qKAujpqs0kboVRELu4lJMDU1BuH d4rY/2FW8yg36MwQWcdgibkpAFICeL+UNTXQMRbflDG4fYk9yhTFiYJsNdAsYabxYlqu aDtMDuV1xCw85QYA8/oVs9mN63hqM9qK2jkyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=cOUT41x+3t1cLK+tQuyuRKMOAfKvyvLU9wrDR3EmHyvu8OV3LiWLUHe+K/7S4ixVf8 MdfIJcZzXcJ84tWKW4LAXpPiw+lt4wdfa3OhIt9Qsx5kToK4b0iM7+OlVe1AlYjNSRil t7OrxIEcp2RvhqNVcXvuXqPPQu/F2vDJE7+UA= MIME-Version: 1.0 Received: by 10.100.227.18 with SMTP id z18mr1715763ang.67.1244659076229; Wed, 10 Jun 2009 11:37:56 -0700 (PDT) Date: Wed, 10 Jun 2009 11:37:56 -0700 Message-ID: <539c60b90906101137v542a6185s5ffe06407759da1f@mail.gmail.com> From: Steve Franks To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: devd or devfs for ucom? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 18:37:58 -0000 I'm having trouble making my ucom devices public, following the handbook (had it working on 7.0, but had a disk crash). So, should I be using devd.conf or devfs.rules? They sure seem built to do the same thing to me... Thanks, Steve