From owner-cvs-all Fri Mar 27 11:25:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21598 for cvs-all-outgoing; Fri, 27 Mar 1998 11:25:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21513; Fri, 27 Mar 1998 11:25:00 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id UAA04655; Fri, 27 Mar 1998 20:24:32 +0100 (CET) To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet mlf_ipl.c In-reply-to: Your message of "Fri, 27 Mar 1998 10:08:09 PST." <199803271808.KAA04685@freefall.freebsd.org> Date: Fri, 27 Mar 1998 20:24:31 +0100 Message-ID: <4653.891026671@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > BTW: I think the way it builds it's /dev nodes on the fly as an LKM with > vnode ops is kinda cute - I guess that'd be one way to solve the devfs > persistance problems.. :-) (ie: have the drivers make the nodes in /dev > on disk directly if they are missing, but leave them alone if present). I did think about that once, but it doesn't save us the entire "dev_t" thing, and it would be a lot of code to drag around, just in case... -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message