From owner-freebsd-questions Mon Dec 3 11:36:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from odin.he.net (odin.he.net [216.218.181.2]) by hub.freebsd.org (Postfix) with ESMTP id 074FB37B417 for ; Mon, 3 Dec 2001 11:36:33 -0800 (PST) Received: from kezako.net (stalig@rennes-1-a7-99-223.dial.proxad.net [62.147.99.223]) by odin.he.net (8.8.6/8.8.2) with ESMTP id LAA16871 for ; Mon, 3 Dec 2001 11:36:36 -0800 Message-ID: <3C0BE2DD.5064765D@kezako.net> Date: Mon, 03 Dec 2001 20:38:53 +0000 From: Christophe Reply-To: christophe@kezako.net X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.17 i686) X-Accept-Language: en, fr, de, en-US, ja, es, en-GB, it, ro MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I2C & SMBUS - Can't build a kernel that recognize that Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to compile a new FreeBSD 4.4 kernel (I have the official release) with I2C and SMBUX support. I didn't manage to get it working....the kernel seams fine, but no I2C.... (My PC has a ITE8705 and a SMBUS, motherboard ASUS CUSI-FX) Without the patches on the "I2C and SMBus framework" page, it compiles, but then nothing happend. detect.c detects nothing. The patch "stable" applies finelly, but at compilation, I get some errors (simple syntaxe errors and after that, bigger errors on pcf and lpbb). With the following, the kernel compiles (via is not accepted at all for compiling).... I'm a bit lost now I have tried many thing downloaded on your FreeBSD page, your web pages, and marc Bouget's web pages.... May you give my some advices to solve that problem ? Many thanks, Chris # PC Monitoring device pps # Pulse per second Timing Interface device smbus # System Management bus device device intpm # Intel PIIX4 interface device smb # System Management bus standard io through /dev/smb* # tried with and without, same result.... device iicbus # Bus support, required for ic/iic/iicsmb below. device iicbb # Generic bit-banging master-only driver device ic # i2c network interface device iic # i2c standard io device iicsmb # i2c to smb bridge. Allow i2c i/o with smb commands. # removed because of errors at compilation : #device pcf # Philips PCF8584 master/slave interface #device lpbb # Parallel port specific bit-banging interface To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message