From owner-freebsd-net@FreeBSD.ORG Tue Apr 21 13:36:41 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 511DB106566C for ; Tue, 21 Apr 2009 13:36:41 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id 188358FC1C for ; Tue, 21 Apr 2009 13:36:40 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: (qmail 81147 invoked from network); 21 Apr 2009 13:36:40 -0000 Received: from unknown (HELO ?10.0.0.135?) (spawk@128.238.64.31) by acm.poly.edu with AES256-SHA encrypted SMTP; 21 Apr 2009 13:36:40 -0000 Message-ID: <49EDCBD7.9030407@acm.poly.edu> Date: Tue, 21 Apr 2009 09:36:23 -0400 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.19 (X11/20090108) MIME-Version: 1.0 To: ovi freebsd References: <6b16fb4c0904210407w3caa791fo2c9ada9879a0981d@mail.gmail.com> <6b16fb4c0904210455q33ea34c6s33c226cf5f22504b@mail.gmail.com> <49EDB566.8090409@freebsdonline.com> In-Reply-To: <49EDB566.8090409@freebsdonline.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Kaushal Shriyan , Ingo Flaschberger Subject: Re: Network Card X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 13:36:41 -0000 ovi freebsd wrote: > Kaushal Shriyan wrote: >> On Tue, Apr 21, 2009 at 5:07 PM, Ingo Flaschberger wrote: >> >> >>> Dear Kaushal, >>> >>> I have two lan cards em0 and rl0 on my system. is there a way to >>> know on >>> >>>> freebsd which is onboard or pci card ?. The issue is my system is >>>> located >>>> at >>>> remote location. >>>> >>>> >>> perhaps lspci -v helps. >>> >>> or something like dmidecode (at linux, does not know the freebsd name), >>> then you can readout the mb-name. >>> >>> Kind regards, >>> Ingo Flaschberger >>> >>> >> >> Hi Ingo >> >> I did pciconf -lv and ran dmidecode. I could not figure it out which >> one was >> onboard or pci ? >> Do you want me to paste the output of that commands >> >> Please suggest >> >> Thanks and Regards >> >> Kaushal >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> >> > It is possible to find you the manufacturer of the motherboard? If > yes, it would be easy to know which is onboard and which is on PCI > since are different network chipsets. > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" As an extension of this, what CPU is in the machine? I have never seen an AMD motherboard come with an onboard Intel controller. That is not to say that one doesn't exist, but that it is very rare. -Boris