Kate Feng | 2 Oct 2003 19:07
Favicon

GT64260 EVB driver ?

Hello,

I am looking for BSD device drivesr written for the Marvell GT64260B
system
controller.  I found some traces talking about support for the Marvell
GT64260
Evaluation Board.  However, I  could not find the software.  I am new to

netBSD.....Sorry.

Any pointer would be highly appreciated.

Thanks,
 kate

Matt Thomas | 2 Oct 2003 19:05

Re: GT64260 EVB driver ?


On Thursday, October 2, 2003, at 10:07 AM, Kate Feng wrote:

> Hello,
>
> I am looking for BSD device drivesr written for the Marvell GT64260B
> system
> controller.  I found some traces talking about support for the Marvell
> GT64260
> Evaluation Board.  However, I  could not find the software.  I am new 
> to
>
> netBSD.....Sorry.

Support for it is in NetBSD-current:

sys/arch/evbppc/ev64260
sys/arch/powerpc/marvell
sys/dev/marvell
--

-- 
Matt Thomas                     email: matt <at> 3am-software.com
3am Software Foundry              www: http://3am-software.com/bio/matt/
Cupertino, CA              disclaimer: I avow all knowledge of this 
message.

Chun H. Fong | 2 Oct 2003 20:13
Picon
Favicon

I've got an old IBM PowerSeries 850 system

Hello,

   I've got an old IBM PowerSeries 850 
machine type 6070 with PowerPC 604 ( not 604e )
at 133 Mhz. I'm thinking about giving it away. It
still works but it's getting long in the tooth. 
It was made in 1995/1996. It has 192 MB RAM ( maximum )
and uses EIDE hard drives. It does not support
IBM AIX 5.2 or later. It runs on IBM AIX 5.1
4.3.3  and earlier. 

   Do you folks have a need for this machine??
If so contact me . If not, I'll find someone else maybe...
I could loan it to yall as well... 

CHF

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

KIYOHARA Takashi | 4 Oct 2003 19:57
Picon

OPENBLOCKS266 config error

Hi!

OPENBLOCKS266 configuration error.

root <at> highpriestess: {58} config OPENBLOCKS266
../../../../arch/powerpc/conf/files.ibm4xx:35: redefinition of `iic'
../../../../arch/powerpc/conf/files.ibm4xx:36: redefinition of `iic'
OPENBLOCKS266:145: A iic cannot attach to a opb
OPENBLOCKS266:146: rtc0: cannot wildcard addr
OPENBLOCKS266:147: `todclock0 at rtc?' is orphaned (nothing matching `rtc?' declared)
*** Stop.

Tue Sep 23 14:56:10 2003 UTC
commited IIC driver.

  http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/powerpc/conf/files.ibm4xx

Tue Sep 30 00:35:31 2003 UTC
commited New generic I2C framework.

        http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/i2c/files.i2c

Thanks
--
kiyohara

Shigeyuki Fukushima | 5 Oct 2003 16:41
Picon
Favicon

Re: OPENBLOCKS266 config error

From: KIYOHARA Takashi <kiyohara <at> kk.iij4u.or.jp>
Subject: OPENBLOCKS266 config error
Date: Sun, 05 Oct 2003 02:57:52 +0900 (JST)

Hi,

OpenBlockS266 box has X1226 RTC chip connected with
on-chip i2c bus. This driver is only for OpenBlockS266 now.
I will port this driver to generic driver on new I2C framework
as soon as possible.

Regards,
--- shige
Shigeyuki Fukushima <shige <at> {FreeBSD,jp.FreeBSD,NetBSD}.org>

> OPENBLOCKS266 configuration error.
> root <at> highpriestess: {58} config OPENBLOCKS266
> ../../../../arch/powerpc/conf/files.ibm4xx:35: redefinition of `iic'
> ../../../../arch/powerpc/conf/files.ibm4xx:36: redefinition of `iic'
> OPENBLOCKS266:145: A iic cannot attach to a opb
> OPENBLOCKS266:146: rtc0: cannot wildcard addr
> OPENBLOCKS266:147: `todclock0 at rtc?' is orphaned (nothing matching `rtc?' declared)
> *** Stop.
> 
> 
> Tue Sep 23 14:56:10 2003 UTC
> commited IIC driver.
> 
>   http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/powerpc/conf/files.ibm4xx
> 
(Continue reading)

Shigeyuki Fukushima | 6 Oct 2003 12:06
Picon

Re: OPENBLOCKS266 config error

At Sun, 05 Oct 2003 23:41:55 +0900 (JST),
shige wrote:

Hi, thorpej!

Now, I"m trying to port X1226 RTC driver connected
with IBM405GPr on-chip i2c bus.
Then, I think that I prepare arch/powerpc/ibm4xx/dev/opbiic.c
(i2cbus at on-chip peripheral bus). For the present, I want to
refer arch/acorn26/ioc/iociic.c, but this file is not committed.
This filename is described in sys/arch/acorn26/conf/files.acorn26.

Regards,
--- shige
Shigeyuki Fukushima <shige <at> {FreeBSD,jp.FreeBSD,NetBSD}.org>

> Hi,
> 
> OpenBlockS266 box has X1226 RTC chip connected with
> on-chip i2c bus. This driver is only for OpenBlockS266 now.
> I will port this driver to generic driver on new I2C framework
> as soon as possible.
> 
> Regards,
> --- shige
> Shigeyuki Fukushima <shige <at> {FreeBSD,jp.FreeBSD,NetBSD}.org>
> 
> 
> > OPENBLOCKS266 configuration error.
> > root <at> highpriestess: {58} config OPENBLOCKS266
(Continue reading)

Steve Woodford | 6 Oct 2003 16:21

Re: OPENBLOCKS266 config error

On Monday 06 October 2003 11:06 am, Shigeyuki Fukushima wrote:

> Now, I"m trying to port X1226 RTC driver connected
> with IBM405GPr on-chip i2c bus.
> Then, I think that I prepare arch/powerpc/ibm4xx/dev/opbiic.c
> (i2cbus at on-chip peripheral bus). For the present, I want to
> refer arch/acorn26/ioc/iociic.c, but this file is not committed.
> This filename is described in sys/arch/acorn26/conf/files.acorn26.

A bit-bang driver for the 405GP's onboard IIC controller already exists, 
but was missed in the initial import of the MI i2c support code.

I will commit it later this evening.

I recommend moving the X1226 RTC driver to /sys/dev/i2c as part of its 
re-write to support MI i2c.

Cheers, Steve

--

-- 

Wasabi Systems Inc. - The NetBSD Company - http://www.wasabisystems.com/

Shigeyuki Fukushima | 6 Oct 2003 17:17
Picon
Favicon

Re: OPENBLOCKS266 config error

From: Steve Woodford <scw <at> wasabisystems.com>
Subject: Re: OPENBLOCKS266 config error
Date: Mon, 6 Oct 2003 15:21:50 +0100

Hi, Steve!

> A bit-bang driver for the 405GP's onboard IIC controller already exists, 
> but was missed in the initial import of the MI i2c support code.
>
> I will commit it later this evening.
>
> I recommend moving the X1226 RTC driver to /sys/dev/i2c as part of its 
> re-write to support MI i2c.

Oh, That's great! Good news for me.
Now I had prepared X1226 RTC driver in /sys/dev/i2c (not yet committed).
I'm waiting for your commit. :)

Regards,
--- shige
Shigeyuki Fukushima <shige <at> {FreeBSD,jp.FreeBSD,NetBSD}.org>

Steve Woodford | 6 Oct 2003 18:18

Re: OPENBLOCKS266 config error

On Monday 06 October 2003 4:17 pm, Shigeyuki Fukushima wrote:

> > I will commit [405GP IIC driver] later this evening.

Done.

> Now I had prepared X1226 RTC driver in /sys/dev/i2c (not yet
> committed). I'm waiting for your commit. :)

I'll leave the necessary OPENBLOCKS266 modifications to you. :)

Cheers, Steve

--

-- 

Wasabi Systems Inc. - The NetBSD Company - http://www.wasabisystems.com/

Shigeyuki Fukushima | 6 Oct 2003 20:16
Picon

Re: OPENBLOCKS266 config error

From: Steve Woodford <scw <at> wasabisystems.com>
Subject: Re: OPENBLOCKS266 config error
Date: Mon, 6 Oct 2003 17:18:13 +0100

> > > I will commit [405GP IIC driver] later this evening.
> Done.

Thanks.

But, #include <dev/wasabi_i2c/i2cvar.h> and so on maybe
incorrect at gpiic_opb.c.
I'll leave this modifications to you. :)

> I'll leave the necessary OPENBLOCKS266 modifications to you. :)

Ok, I'll do it.

Regards,
--- shige
Shigeyuki Fukushima <shige <at> {FreeBSD,jp.FreeBSD,NetBSD}.org>


Gmane