From owner-freebsd-current Thu Feb 4 04:36:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08390 for freebsd-current-outgoing; Thu, 4 Feb 1999 04:36:55 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nomad.dataplex.net (nomad.dataplex.net [208.2.87.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08371 for ; Thu, 4 Feb 1999 04:36:52 -0800 (PST) (envelope-from rkw@dataplex.net) Received: from localhost (rkw@localhost) by nomad.dataplex.net (8.9.1/8.9.1) with ESMTP id GAA66607; Thu, 4 Feb 1999 06:36:45 -0600 (CST) (envelope-from rkw@dataplex.net) Date: Thu, 4 Feb 1999 06:36:45 -0600 (CST) From: Richard Wackerbarth To: "Daniel C. Sobral" cc: Rod Taylor , freebsd-current@FreeBSD.ORG Subject: Re: Network Cards In-Reply-To: <36B9717C.EBDE13@newsguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 4 Feb 1999, Daniel C. Sobral wrote: > Rod Taylor wrote: > > I've often wondered this, but why is it that every network card has a different > > 'name'. > > xl0, rl0, vr0, ed0, etc. etc. etc > The best solution would be hardwiring the names, but in that case it > doesn't matter what are the default names. Yes. Hardwiring is the only appropriate solution. It should be done as a part of the loader kernel configuration. Perhaps it should work somewhat like the SCSI disk partitions. Unspecified interfaces get the next available slot. However, and this is the important point, it is very useful to be able to assign an identifier to the logical interface and have that identifier appear in EVERY reference to the interface. I would like to hardwire 00:aa:bb:cc:dd:ee which uses the vr driver to eth23 and have ifconfig accept and report the device as 'eth23'. The actual driver is parenthetical. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message