From owner-freebsd-questions Fri Jan 26 17:14:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id DB55F37B69C for ; Fri, 26 Jan 2001 17:13:59 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id A60D13E02; Fri, 26 Jan 2001 17:13:59 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id A4E913C10A; Fri, 26 Jan 2001 17:13:59 -0800 (PST) To: Matt Bettinger Cc: questions@FreeBSD.ORG Subject: Re: snp and watch i know In-Reply-To: Message from Matt Bettinger of "Fri, 26 Jan 2001 14:18:36 PST." <3A71F7BB.9F13C4A1@finsyn.com> Date: Fri, 26 Jan 2001 17:13:54 -0800 From: Dima Dorfman Message-Id: <20010127011359.A60D13E02@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I just cannot get watch to work on my machine. I have the snp device in my > kernel and recompiled it on a 4.2 STABLE. > > i added pseudo-device snp 3 Try: pseudo-device snp (without the '3'). This is what I use, and I think it works okay. IIRC, 4.0+ only uses the index (is this the correct term?) numbers for devices which require them; snp isn't one of them. Hope this helps Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message