From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 04:21:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B984B16A4CE; Wed, 5 Nov 2003 04:21:48 -0800 (PST) Received: from smarthost.enta.net (smarthost.enta.net [195.74.97.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D94F43FBD; Wed, 5 Nov 2003 04:21:47 -0800 (PST) (envelope-from jacs@gnome.co.uk) Received: from smartsmtp.enta.net (smtp.enta.net [195.74.97.230]) by smarthost.enta.net (Postfix) with ESMTP id 655E610F5; Wed, 5 Nov 2003 12:23:10 +0000 (GMT) Received: from smtp.enta.net (localhost [127.0.0.1]) by smartsmtp.enta.net (8.12.3/8.12.3) with ESMTP id hA5CSuOt053488; Wed, 5 Nov 2003 12:28:57 GMT (envelope-from jacs@gnome.co.uk) Received: from hawk.gnome.co.uk (81-31-113-153.adsl.entanet.co.uk [81.31.113.153]) by smtp.enta.net (Postfix) with ESMTP id 3CF039AFC0; Wed, 5 Nov 2003 12:28:56 +0000 (GMT) Received: from [192.168.123.12] (hawk.gnome.co.uk [192.168.123.12]) by hawk.gnome.co.uk (8.12.9p1/8.12.9) with ESMTP id hA5CLesA035729; Wed, 5 Nov 2003 12:21:41 GMT (envelope-from jacs@gnome.co.uk) From: Chris Stenton To: "Greg 'groggy' Lehey" In-Reply-To: <20031105091200.GG48580@wantadilla.lemis.com> References: <1067935962.1551.6.camel@hawk.gnome.co.uk> <20031105091200.GG48580@wantadilla.lemis.com> Content-Type: text/plain Message-Id: <1068034900.34079.126.camel@hawk.gnome.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 05 Nov 2003 12:21:40 +0000 Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact your postmaster for more information X-MailScanner: Found to be clean cc: questions@FreeBSD.org Subject: Re: Creating devices under FreeBSD 5.x (was: "/dev/oncore.serial.%d" for Motorola oncore GPS under FREEBSD 5.1) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 12:21:48 -0000 On Wed, 2003-11-05 at 09:12, Greg 'groggy' Lehey wrote: > On Tuesday, 4 November 2003 at 8:52:43 +0000, Chris Stenton wrote: > > Can someone point me in the right direction on how to make > > /dev/oncore.serial.1 and /dev/oncore.pps.1 under FREEBSD 5.1 now that > > MAKEDEV has gone. > > The driver should create them for you. What are these devices? > These devices are needed for the oncore refclock in ntpd. They are in fact just soft links to /dev/cuaaxx However, /dev gets regenerated after each reboot so losing the soft links. Is there a way to stop this? Chris