From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 17 11:54:52 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969D216A4CE for ; Mon, 17 Jan 2005 11:54:52 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2278743D4C for ; Mon, 17 Jan 2005 11:54:52 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 4943C65213; Mon, 17 Jan 2005 11:54:51 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 80519-04; Mon, 17 Jan 2005 11:54:50 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [213.210.24.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 42AD965211; Mon, 17 Jan 2005 11:54:50 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 9984763EA; Mon, 17 Jan 2005 11:55:01 +0000 (GMT) Date: Mon, 17 Jan 2005 11:55:01 +0000 From: Bruce M Simpson To: Milan Obuch Message-ID: <20050117115501.GB752@empiric.icir.org> Mail-Followup-To: Milan Obuch , freebsd-hackers@freebsd.org References: <200501141015.37516.bsd@dino.sk> <20050114.162946.115909881.imp@harmony.village.org> <200501161501.17096.bsd@dino.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501161501.17096.bsd@dino.sk> cc: freebsd-hackers@freebsd.org Subject: Re: Geode integrated peripherals support? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 11:54:52 -0000 On Sun, Jan 16, 2005 at 03:01:17PM +0100, Milan Obuch wrote: > ACCESS.bus support (i2c bus compatible) and LPC bus bridge (for expansion). > The first one is present in OpenBSD. I am currently studying that and FreeBSD > kernel sources to try port it, however, any help would be great. No idea on > LPC, through... There's some i2c support in FreeBSD already, whether or not this applies to the i2c hardware in the Geode I don't know. iic(4) would be a good place to start. LPC just looks like ISA for most intents and purposes, and if we didn't support ISA, we couldn't boot on i386... BMS