Hi! all,
A Happy New Year!!
From: KIYOHARA Takashi <kiyohara%kk.iij4u.or.jp@localhost>
Date: Tue, 25 Dec 2007 02:20:30 +0900 (JST)
> I could boot KURO-BOX/PRO on NFS. KURO-BOX/PRO is NAS that kuroutoshikou
> sells, and CPU is MV88F5182 of Marvell.
>
> (KURO-BOX/PRO: japanese)
> http://www.kuroutoshikou.com/modules/display/?iid=966
>
>
> MV88F5182 is SoC. It has GbE, SATA, USB2.0, PCI{,-x} and com, etc.
>
> (88F5182 Open Document)
> http://tree.celinuxforum.org/CelfPubWiki/JapanTechnicalJamboree17?action="">
>
>
> I supported only GbE, timer, com now. This source code is coming soon. ;-)
I put tarball and diff to ISP's ftp server.
http://www.kk.iij4u.or.jp/~kiyohara/tmp/kurobox/
I will develop in the local at a while. After setting the memory window
(DMA) is implemented, it is likely to commit it.
In addition, the print for debugging remains now.
Thanks,
--
kiyohara
Attachment:
dns323-2-March-8-2008.tar.gz
Description: GNU Zip compressed data
? sys/dev/i2c/dns323-08032008.patch ? sys/dev/i2c/dns323-08032008.tar.bz2 ? sys/dev/i2c/g760a.c ? sys/dev/i2c/g760areg.h ? sys/dev/i2c/m41_pre ? sys/dev/i2c/m41t80.c ? sys/dev/i2c/m41t80reg.h Index: sys/dev/i2c/files.i2c =================================================================== RCS file: /cvsroot/src/sys/dev/i2c/files.i2c,v retrieving revision 1.16 diff -d -u -r1.16 files.i2c --- sys/dev/i2c/files.i2c 2 Sep 2007 01:40:46 -0000 1.16 +++ sys/dev/i2c/files.i2c 10 Apr 2008 13:24:03 -0000 @@ -21,6 +21,16 @@ attach m41trtc at iic file dev/i2c/m41t00.c m41trtc +# M41T80 Real Time Clock +device m41t80rtc +attach m41t80rtc at iic +file dev/i2c/m41t80.c m41t80rtc + +# G760a FAN controller. Could be found in DNS-323 NAS +device g760a: sysmon_envsys +attach g760a at iic +file dev/i2c/g760a.c g760a + # M41ST84 Real Time Clock device strtc attach strtc at iic