Subject: RE: Running NetBSD on Netgear appliances
To: Matthias Scheler <tech-ports@NetBSD.org>
From: Jun Sun <jsun@docomolabs-usa.com>
List: tech-ports
Date: 01/04/2005 10:01:50
> -----Original Message-----
> From: tech-ports-owner@NetBSD.org [mailto:tech-ports-owner@NetBSD.org]
On
> Behalf Of Matthias Scheler
> Sent: Friday, December 31, 2004 7:32 AM
> To: tech-ports@NetBSD.org
> Subject: Running NetBSD on Netgear appliances
>=20
> 	Hello,
>=20
> I've got a Netgear DG834G (UK PPPoA DSL router) and a WG602v2
> (802.11g WLAN access point) which both run Linux.
>=20
> The WG602v2 is running "uClinux" a "Rockhopper" whatever that means.
> I'm not sure yet what kind of CPU it is using.
>=20

"Rockhopper" was once used by NEC for their development board,
supporting (MIPS) Vr5432, Vr5500 and Vr7700.  Those CPUs do support MMU.

> The DG834G apparently has a MIPS CPU because the Linux kernel sources
> (they are in a directory called "linux-2.4.17_mvl21") only contain
> "arch/mips".

The distro is mvista linux v2.1.  Check .config file under the top of
the tree and you will find out which board and which CPU is configured
here.

> Porting NetBSD especially to the DG834G would be cool.

Drivers might be an issue but other stuff (timer, irq, CPU, etc) should
be easy.

Jun