Date: Thu, 14 Sep 2000 17:20:24 -0700 From: Mike Smith <msmith@freebsd.org> To: Warner Losh <imp@village.org> Cc: current@freebsd.org Subject: Re: Question Message-ID: <200009150020.RAA00639@mass.osd.bsdi.com> In-Reply-To: Your message of "Thu, 14 Sep 2000 17:50:24 MDT." <200009142350.RAA00806@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009150020.RAA00639>