From owner-freebsd-questions Thu Nov 30 19:33:08 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA22016 for questions-outgoing; Thu, 30 Nov 1995 19:33:08 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA21988 for ; Thu, 30 Nov 1995 19:32:55 -0800 Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.9) id TAA14813; Thu, 30 Nov 1995 19:32:10 -0800 From: Julian Elischer Message-Id: <199512010332.TAA14813@ref.tfs.com> Subject: Re: How to get a network cards device number (major num)? To: Joby@aol.com Date: Thu, 30 Nov 1995 19:32:09 -3200 (PST) Cc: questions@freebsd.org In-Reply-To: <951130221006_61970658@emout05.mail.aol.com> from "Joby@aol.com" at Nov 30, 95 10:10:14 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 465 Sender: owner-questions@freebsd.org Precedence: bulk network cards don't have entries in /dev network cards don't have major and minor numbers network cards just "are" and are controlled by the "ifconfig" program use ifconfig -a to see what interfaces are present in your running kernel. julian > > I have the FreeBSD CD (version 2.0) from walnut creek and I have a > quick question. How do I determine the major number for a > network interface card on the PC? > > Thanks, > Joby O'Brien > joby@aol.com > >