From owner-freebsd-questions@FreeBSD.ORG Wed May 5 18:11:29 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA2601065680 for ; Wed, 5 May 2010 18:11:29 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 82C7E8FC0C for ; Wed, 5 May 2010 18:11:29 +0000 (UTC) Received: by fxm15 with SMTP id 15so4984169fxm.13 for ; Wed, 05 May 2010 11:11:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=4KUJt7NDNmyoWP9uZoDU2dpvX8YaLZk7epT9GH2CTRQ=; b=rajlgZmn6Wo8O8P7YAbSlYBOZXoEmbFsf3Er8LH2f7MTYseTBCWas9bufKBsuAs2pB JI/xadHZxl98X7a531c3+f/CMcdjTbHhL8M+y5xB8Ef6OeVjfWLwZsx9uR7ToEXCyWNB B5+yxysUaQiPAlmPTTrseaVwRMMAqijy0oZXE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=iOQxSuiRXU4jSHIjysbymt/WkheqY+KWcu6KY7Sutts75em77IN3zqGxVnKP2J3tL4 NuE0VDT1lEesPf+EjDDz0rjYizPzop5bwQBvFLOVMnROhZmykBFaK021YSSmParumVhe 72v1m5MPef2C7fZeXB5yTG5ITiCJRt3ZPA+FE= Received: by 10.239.184.9 with SMTP id w9mr455844hbg.183.1273083086383; Wed, 05 May 2010 11:11:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.193.77 with HTTP; Wed, 5 May 2010 11:11:06 -0700 (PDT) From: Eitan Adler Date: Wed, 5 May 2010 21:11:06 +0300 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: PCI devices without drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 18:11:30 -0000 I ran the following command and I was wondering how I could figure out what drivers are needed for each of the following. $pciconf -lv|grep -A 4 none none0@pci0:0:31:3: class=0x0c0500 card=0x3a1d17aa chip=0x29308086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801IB/IR/IH (ICH9 Family) SMBus Controller' class = serial bus subclass = SMBus none1@pci0:2:0:0: class=0x088000 card=0x3d9b17aa chip=0x2382197b rev=0x00 hdr=0x00 vendor = 'JMicron Technology Corp.' device = 'JMB38X SD/MMC Host Controller (JMB38X)' class = base peripheral none2@pci0:2:0:2: class=0x080501 card=0x3d9a17aa chip=0x2381197b rev=0x00 hdr=0x00 vendor = 'JMicron Technology Corp.' class = base peripheral subclass = SD host controller none3@pci0:2:0:3: class=0x088000 card=0x3d9c17aa chip=0x2383197b rev=0x00 hdr=0x00 vendor = 'JMicron Technology Corp.' device = 'JMB38X MS Host Controller (JMB38X)' class = base peripheral