From owner-cvs-all@FreeBSD.ORG Thu Jun 9 03:01:15 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F83B16A41F for ; Thu, 9 Jun 2005 03:01:15 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D67743D53 for ; Thu, 9 Jun 2005 03:01:13 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so69212nzo for ; Wed, 08 Jun 2005 20:01:10 -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=qyPWAxF5KKBmcCf7zXNlLFp/F26mMA1PCksa8AAp0nWnpR5O/52NNQczTVvcQOm1AoPqdqbOfuTYN/oUcfEdCDJO2/dyc26rMMDGUZe/3YOUystQYTxsRtfzQO3YGHkkTCZSV+d8AvdehB04+HgnWoIf3dir7Ajn5FFXBVNXC9I= Received: by 10.36.138.10 with SMTP id l10mr96355nzd; Wed, 08 Jun 2005 20:01:10 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Wed, 8 Jun 2005 20:01:09 -0700 (PDT) Message-ID: Date: Thu, 9 Jun 2005 11:01:09 +0800 From: Jiawei Ye To: Takanori Watanabe In-Reply-To: <200506051155.j55BtTFd048359@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506051155.j55BtTFd048359@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ichsmb ichsmb_pci.c src/sys/modules/i2c/controllers/ichsmb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jiawei Ye List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 03:01:15 -0000 On 6/5/05, Takanori Watanabe wrote: > takawata 2005-06-05 11:55:29 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ichsmb ichsmb_pci.c > Added files: > sys/modules/i2c/controllers/ichsmb Makefile > Log: > Make ichsmb loadable. >=20 > PR: kern/81912 > Submitted by: nork >=20 > Revision Changes Path > 1.15 +3 -0 src/sys/dev/ichsmb/ichsmb_pci.c > 1.1 +8 -0 src/sys/modules/i2c/controllers/ichsmb/Makefile (ne= w) kldloading smbus, smb does not probe my ichsmb successfully. It can only be detected when built in kernel. none0@pci0:31:3: class=3D0x0c0500 card=3D0x24c08086 chip=3D0x24c3808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller' class =3D serial bus subclass =3D SMBus --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming