From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 16 16:11:47 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED92E91A; Wed, 16 Apr 2014 16:11:47 +0000 (UTC) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB151193; Wed, 16 Apr 2014 16:11:47 +0000 (UTC) Received: by mail-qg0-f51.google.com with SMTP id q108so11357063qgd.24 for ; Wed, 16 Apr 2014 09:11:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dzCk2hHeozJUN0pYYvLCE2T2K8Elrp6C8dksZZUEbUc=; b=ByULQ5mfzoHpAEHlJE1t2UJQ55QKyM1M+xZVsnlZs34PP5BImTgt2X9WXQqr9mVhVu k9DKOu1CSAl6/BdmN6wo2sshsar3knvox9AkytoHUWb7za0W13I+wkC2IqaQRRALr26G AfZs5lrw9q+mQ79GwMeH/i9I7X+K0bUETx3UNq2rdRoqut9lAPXunCf8vJNUXLJsvziZ y0nV6MeY2qYcHev0y3bKQpN+hpt92bTB2yH9XYfEsnFdYQTJigAtp+kHR31nchW8p2RQ YBeeb2U7xrXUzK6I99LxC+aR+K/odL+vAR/O5/p3RJMiGbfxgfdSjry57rraoTs6MYQv 2ogA== MIME-Version: 1.0 X-Received: by 10.140.102.135 with SMTP id w7mr10744511qge.29.1397664706749; Wed, 16 Apr 2014 09:11:46 -0700 (PDT) Received: by 10.140.37.168 with HTTP; Wed, 16 Apr 2014 09:11:46 -0700 (PDT) In-Reply-To: <201404160945.33823.jhb@freebsd.org> References: <201404160945.33823.jhb@freebsd.org> Date: Wed, 16 Apr 2014 20:11:46 +0400 Message-ID: Subject: Re: intpm driver on Intel S1200RP Board From: Vladimir Laskov To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 16:11:48 -0000 sorry, i do not understand On Wed, Apr 16, 2014 at 5:45 PM, John Baldwin wrote: > On Friday, April 11, 2014 6:33:14 pm Vladimir Laskov wrote: > > Hello > > I try load intpm driver and see follow > > > > part of dmesg output > > > > --------------------------------------------------------------------------------- > > pci0: driver added > > found-> vendor=0x8086, dev=0x8c22, revid=0x05 > > domain=0, bus=0, slot=31, func=3 > > class=0c-05-00, hdrtype=0x00, mfdev=0 > > cmdreg=0x0543, statreg=0x0280, cachelnsz=0 (dwords) > > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > intpin=c, irq=18 > > pci0:0:31:3: reprobing on driver added > > found-> vendor=0x8086, dev=0x8c24, revid=0x05 > > domain=0, bus=0, slot=31, func=6 > > class=11-80-00, hdrtype=0x00, mfdev=0 > > cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords) > > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > intpin=c, irq=18 > > powerspec 3 supports D0 D3 current D0 > > MSI supports 1 message > > pci0:0:31:6: reprobing on driver added > > pci1: driver added > > pci2: driver added > > > > ---------------------------------------------------------------------------------- > > > > It is correct ? > > Doesn't look like it found anything to attach to. I believe for > newer Intel chipsets you want ichsmb instead of intpm? > > -- > John Baldwin >