Source-Changes archive

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

CVS commit: src/sys/arch/sgimips



Module Name:    src
Committed By:   rumble
Date:           Mon Feb 19 20:14:31 UTC 2007

Modified Files:
        src/sys/arch/sgimips/dev: imc.c
        src/sys/arch/sgimips/gio: gio.c giovar.h
        src/sys/arch/sgimips/hpc: hpc.c hpcreg.h if_sq.c

Log Message:
Support the sq(4) interface on the Challenge S's IOPLUS mezzanine. This
requires us to configure the IOPLUS to use the appropriate DMA channel,
depending on what other expansion cards may be installed. Further, we need
to do a bit more configuration of the sq(4) DMA engine, which apparently
was formerly being configured properly by the PROM. Use the same values,
which appear to work fine.

Also, extend the gio_arb_config interface as needed.

NB: We're currently setting the IOPLUS board to long burst, but it may be
better to use realtime. This will require some experimentation.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/sgimips/dev/imc.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/sgimips/gio/gio.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/sgimips/gio/giovar.h
cvs rdiff -r1.51 -r1.52 src/sys/arch/sgimips/hpc/hpc.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/sgimips/hpc/hpcreg.h
cvs rdiff -r1.30 -r1.31 src/sys/arch/sgimips/hpc/if_sq.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