From owner-freebsd-current@FreeBSD.ORG Thu Jun 2 11:06:46 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2932C16A41C for ; Thu, 2 Jun 2005 11:06:46 +0000 (GMT) (envelope-from jiashiun@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA0743D4C for ; Thu, 2 Jun 2005 11:06:45 +0000 (GMT) (envelope-from jiashiun@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so248627rng for ; Thu, 02 Jun 2005 04:06:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=azyosrIszkgFfL2A95jIosIurh48qIeykFGfX9wrSlSU+S/BMWsv9gjY5HAI+a/JhQC+BVkkJPGIflb4xHlIPEBk/T4oFg91L+k59C+trCd0geI/MVgnIfEJXEpuJb+Xm0mYFlIqAod2x/uz0MQ1ZxUv9epbPtYPyobMb+BJJYs= Received: by 10.38.6.72 with SMTP id 72mr412098rnf; Thu, 02 Jun 2005 04:06:45 -0700 (PDT) Received: by 10.38.12.29 with HTTP; Thu, 2 Jun 2005 04:06:45 -0700 (PDT) Message-ID: <1d6d20bc0506020406fa00481@mail.gmail.com> Date: Thu, 2 Jun 2005 19:06:45 +0800 From: Jia-Shiun Li To: Jiawei Ye In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050505101016.GM75629@cicely12.cicely.de> <20050505110109.GN75629@cicely12.cicely.de> <1d6d20bc050601132457a7904a@mail.gmail.com> <1d6d20bc05060200139e640eb@mail.gmail.com> Cc: freebsd-current@freebsd.org, ticso@cicely.de Subject: Re: SMBus hardware note recognized X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jia-Shiun Li List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 11:06:46 -0000 On 6/2/05, Jiawei Ye wrote: > On 6/2/05, Jia-Shiun Li wrote: > > Are you sure you have ichsmb in kernel config and it successfully > > compiles a working kernel? > > ichsmb depends on smbus which you load as module, but ichsmb itself is > > not, and currently cannot be compiled as, a module. You either did not > > discover the failure of compiling kernel or just did not have ichsmb > > in kernel config. > Well, if this is what you are referring to: >=20 > 14 2 0xc075f000 3688 smbus.ko > Contains modules: > Id Name > 55 viapropm/smbus > 56 amdpm/smbus > 57 ichsmb/smbus > 58 alpm/smbus > 59 intsmb/smbus > 60 bktr/smbus > 61 iicsmb/smbus You are right, actually I did not know the module was packed this way. ;) Then the problem would be that the module did not do its initialization correctly at loading time. In my experiment compiling it into kernel did work, but compiling it as a loadable kernel module did not. Jia-Shiun.