From owner-freebsd-current Thu Sep 14 17:20:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from mass.osd.bsdi.com (mass.osd.bsdi.com [204.216.28.234]) by hub.freebsd.org (Postfix) with ESMTP id 6B66237B422 for ; Thu, 14 Sep 2000 17:20:26 -0700 (PDT) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA00639; Thu, 14 Sep 2000 17:20:24 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200009150020.RAA00639@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Warner Losh Cc: current@freebsd.org Subject: Re: Question In-reply-to: Your message of "Thu, 14 Sep 2000 17:50:24 MDT." <200009142350.RAA00806@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 14 Sep 2000 17:20:24 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I have two questions. Recently, I started seeing the message: > module sn already present! > when dhclient runs on my sn device. What causes this? It's caused by the 'sn' driver's module being called 'sn' rather than 'if_sn'. The code in ifconfig that tries to autoload modules for interfaces that aren't present yet decides that it needs to load the relevant module, but it collides on loading. It's a bug, but basically harmless. > Second, on both my sn card and my aue cards are installed I get: > WARNING: Driver mistake: repeat make_dev("bpf0") You'll have to ask Poul about this; I think it has something to do with moving devfs to /boot/devfs/devfs.ko. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message