diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-12 04:33:55 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-12 04:33:55 +0000 |
commit | 3a7d6470fb959d433f72ebaad351d599f310833a (patch) | |
tree | bfb0393426300757a706ca42a56b70a94dbba866 | |
parent | 7d266e22d3370c0e9ac46e6bc32ceb1a6908f5cd (diff) |
Add UKC.
-rw-r--r-- | sys/arch/cats/cats/cats_machdep.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/arch/cats/cats/cats_machdep.c b/sys/arch/cats/cats/cats_machdep.c index a6af4d80595..24eb7577391 100644 --- a/sys/arch/cats/cats/cats_machdep.c +++ b/sys/arch/cats/cats/cats_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cats_machdep.c,v 1.4 2004/02/12 04:21:58 drahn Exp $ */ +/* $OpenBSD: cats_machdep.c,v 1.5 2004/02/12 04:33:54 drahn Exp $ */ /* $NetBSD: cats_machdep.c,v 1.50 2003/10/04 14:28:28 chris Exp $ */ /* @@ -720,6 +720,14 @@ debugledaddr = (void*)(DC21285_PCI_IO_VBASE+DEBUG_LED_OFFSET); printf("bootstrap done.\n"); #endif + if (boothowto & RB_CONFIG) { +#ifdef BOOT_CONFIG + user_config(); +#else + printf("kernel does not support -c; continuing..\n"); +#endif + } + arm32_vector_init(ARM_VECTORS_LOW, ARM_VEC_ALL); /* |