From owner-freebsd-questions@FreeBSD.ORG Mon Mar 9 18:59:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC8B106567E for ; Mon, 9 Mar 2009 18:59:20 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52105.mail.re2.yahoo.com (web52105.mail.re2.yahoo.com [206.190.48.108]) by mx1.freebsd.org (Postfix) with SMTP id 2DD9A8FC19 for ; Mon, 9 Mar 2009 18:59:19 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 84642 invoked by uid 60001); 9 Mar 2009 18:59:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1236625159; bh=fsAMh+bn4GcSVlQQgnW8QlSgeHI2//b7ddpaaYH2eUA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=aPMH5G9y6Y1L8phg7m8hTM5Il1ZhFALfviCkaPy9uO0Nr+uyWZNsD/mvj8kk8tH2PVJ1qw1vM/AGwohYH1yUZaxMCgRvDvpEwrdDrHSHRl9cMdiisANs4KtVGvraZDocEsWdE7UD9pYFyix/KP8WI0HUFpeeCGNe8S5YOxehoSg= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=iFTbRsqF4Nygj805yhGEQ5gMZwLq1cYbNW5oP5TiZMVwpe9nt3yCcRf1gJFiUmwTiTpSjY0DYookCLvJo7WT14Tmr9HhZ1BnYSZ+hnSjTeBvOUlH/NmD7UlfVzyqd5E6jyblHkee8o0GKmzeZWjfVX4S/RWx9YsgsqPf+hiS2c8=; Message-ID: <453684.84249.qm@web52105.mail.re2.yahoo.com> X-YMail-OSG: 0Ku4oWQVM1l6debG8RGdHpPQJQwrSXGv2Pwz4GM5izXmaZbI02MZWJ2IeiDeCOn3e9JtVRWKN.35X0H49IN.dmO8mVQCfYLThobYXNBTnn2FUXJK_JewgwBcVbshbrZzPqgg8KHqR.a_Dae0956uBVOvZg2WuGoIIuGPEZiFjFsw.1NGxfubEa3abBMw Received: from [134.207.53.14] by web52105.mail.re2.yahoo.com via HTTP; Mon, 09 Mar 2009 11:59:19 PDT X-Mailer: YahooMailWebService/0.7.289.1 Date: Mon, 9 Mar 2009 11:59:19 -0700 (PDT) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: hardware list in a machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 18:59:21 -0000 Hi all: How could I find out the list of hardware in my machine? I used "dmesg" and "var/run/dmesg.boot", it didn't seem to help that much as I expected. which file lists all of hardware in the machine? Thanks.