CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/11/07 11:56:55
Modified files:
sys/arch/mips64/mips64: arcbios.c
sys/arch/sgi/conf: GENERIC-IP27 RAMDISK-IP27 files.sgi
sys/arch/sgi/sgi: autoconf.c machdep.c mainbus.c
sys/arch/sgi/xbow: xbow.c xbridge.c
Log message:
Replace option TGT_ORIGIN200 and TGT_ORIGIN2000 with a single option,
TGT_ORIGIN, which enables support for all IP27 and IP35 systems. The original
two options have always been used together, and go back to when pefo thought
supporting multiple nodes would be significant work. Since an Origin 200
can be a dual-node system, making a distinction between single node and
multiple node systems is a moot point anyway.
Be sure to rerun config(8) before rebuilding a kernel.