Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/evbarm



Module Name:    src
Committed By:   scw
Date:           Wed Nov  8 23:49:02 UTC 2006

Added Files:
        src/sys/arch/evbarm/conf: CP3100 files.cp3100 std.cp3100
        src/sys/arch/evbarm/cp3100: README cp3100_leds.c cp3100_pci.c

Log Message:
Add support for the Certance CP-3100.

"The Certance CP3100 product family provides high-end disk-to-disk-to-tape
(D2D2T) functionality for small-to-medium businesses."

To software, the unit is very similar to the IQ80321 and IQ31244 eval
boards from Intel. As such, we share almost all of their code.

Onboard hardware:
 - IOP321 XScale CPU. Core clock is 600MHz.
 - 256MB SDRAM (not sure if that's true for all)
 - Four-port Intel i31244 SATA controller. One port is connected to the
   internal disk. The remaining three are available on the back-panel.
 - Dual GigE ports on the back panel, using an Intel i82546EB controller.
 - Two Symbios Logic 53c1010 SCSI controllers, one in host mode the other
   in target mode. Both SCSI busses are available on the back panel.
   Note that NetBSD does not support SCSI target mode.
 - 8MB of NOR Flash, containing a fairly vanilla Redboot together with
   a minimal compressed Linux image.
 - Some front-panel LEDS (not supported).
 - Serial console.

Contributed by Wasabi Systems, Inc.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/evbarm/conf/CP3100 \
    src/sys/arch/evbarm/conf/files.cp3100 src/sys/arch/evbarm/conf/std.cp3100
cvs rdiff -r0 -r1.1 src/sys/arch/evbarm/cp3100/README \
    src/sys/arch/evbarm/cp3100/cp3100_leds.c \
    src/sys/arch/evbarm/cp3100/cp3100_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index