Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc attach SUNW, sx early so cgfourteen can ...



details:   https://anonhg.NetBSD.org/src/rev/c99cf4d3ec34
branches:  trunk
changeset: 784691:c99cf4d3ec34
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Feb 05 22:03:16 2013 +0000

description:
attach SUNW,sx early so cgfourteen can grab it right away and doesn't have
to play games waiting for it

diffstat:

 sys/arch/sparc/sparc/autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9541e32bf661 -r c99cf4d3ec34 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Tue Feb 05 21:53:45 2013 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Tue Feb 05 22:03:16 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.247 2013/02/05 21:53:45 macallan Exp $ */
+/*     $NetBSD: autoconf.c,v 1.248 2013/02/05 22:03:16 macallan Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.247 2013/02/05 21:53:45 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.248 2013/02/05 22:03:16 macallan Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -1125,6 +1125,7 @@
        static const char *const openboot_special4m[] = {
                /* find these first */
 #if !defined(MSIIEP)
+               "SUNW,sx",
                "obio",         /* smart enough to get eeprom/etc mapped */
 #else
                "pci",          /* ms-IIep */



Home | Main Index | Thread Index | Old Index