Source-Changes-HG archive

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

[src/netbsd-2]: src/sys/arch/cobalt/conf Pullup rev 1.20 (requested by tsutsu...



details:   https://anonhg.NetBSD.org/src/rev/56dc6eb9cd64
branches:  netbsd-2
changeset: 564380:56dc6eb9cd64
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Dec 16 18:13:01 2005 +0000

description:
Pullup rev 1.20 (requested by tsutsui in ticket #10175)

        Cobalt kernel hangs in the second
consinit() call if it is loaded by the native bootloader,
so there is no bootstrap way to install other than to use
an older kernel.

diffstat:

 sys/arch/cobalt/conf/files.cobalt |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6162aa61eac6 -r 56dc6eb9cd64 sys/arch/cobalt/conf/files.cobalt
--- a/sys/arch/cobalt/conf/files.cobalt Fri Dec 16 18:12:59 2005 +0000
+++ b/sys/arch/cobalt/conf/files.cobalt Fri Dec 16 18:13:01 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.cobalt,v 1.19 2003/10/17 18:20:10 cdi Exp $
+#      $NetBSD: files.cobalt,v 1.19.4.1 2005/12/16 18:13:01 jmc Exp $
 
 maxpartitions 16
 
@@ -13,7 +13,7 @@
 file arch/cobalt/cobalt/cpu.c          cpu
 
 attach com at mainbus with com_mainbus
-file arch/cobalt/dev/com_mainbus.c     com_mainbus
+file arch/cobalt/dev/com_mainbus.c     com_mainbus     needs-flag
 
 device panel: hd44780
 attach panel at mainbus



Home | Main Index | Thread Index | Old Index