From owner-freebsd-hackers Wed Jul 10 14:09:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14091 for hackers-outgoing; Wed, 10 Jul 1996 14:09:54 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA14083 for ; Wed, 10 Jul 1996 14:09:51 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA27216; Wed, 10 Jul 1996 14:02:14 -0700 From: Terry Lambert Message-Id: <199607102102.OAA27216@phaeton.artisoft.com> Subject: Re: Some recent changes to GENERIC To: davidg@root.com Date: Wed, 10 Jul 1996 14:02:14 -0700 (MST) Cc: jgreco@brasil.moneng.mei.com, dawes@rf900.physics.usyd.edu.au, SimsS@Infi.Net, hackers@FreeBSD.ORG In-Reply-To: <199607101554.IAA04210@root.com> from "David Greenman" at Jul 10, 96 08:54:43 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >Actually, I would really like to see ed1 stay. The ed driver, in my > >opinion, is by far the most popular Ethernet driver, and having two > >interfaces available makes it very easy to rapidly do things like toss > >a second network interface in a machine, build an "emergency router", etc. > >without the downtime required to rebuild a kernel on a 386DX/40 with 8MB of > >RAM (which takes a LONG time). > > What's wrong with using -c at the Boot: prompt? Rebuilding the kernel is > certainly not necessary to get the change in an "emergency" situation. PnP support. PnP will relocate the cards on each boot (potentially), so you must boot -c each time. If, on the other hand, you have multiple interface definitions, then one of them is more likely to hit without needing a reconfig. This is kind of a lame argument, assuming we ever integrate Sutal's PnP patches. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.