Source-Changes archive

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

CVS commit: src/sys/arch/sandpoint/sandpoint



Module Name:    src
Committed By:   nisimura
Date:           Sat Apr 19 01:22:35 UTC 2008

Modified Files:
        src/sys/arch/sandpoint/sandpoint: eumbvar.h iic_eumb.c machdep.c

Log Message:
bootinfo usage and porting guide.
- Kernel expects a ptr to bootinfo structure in arg3.
- The bootinfo definition is in include/bootinfo.h
- CLOCK and CONSOLE designations are important during initial bringup
  efforts.  machdep.c consults memory controller parameters when no
  MEMORY was specified.
- autoconf.c determines ROOTDEVICE and BOOTPATH.
- target differences


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/sandpoint/sandpoint/eumbvar.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
cvs rdiff -r1.40 -r1.41 src/sys/arch/sandpoint/sandpoint/machdep.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