Module Name: src Committed By: macallan Date: Tue Feb 5 22:03:17 UTC 2013
Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: attach SUNW,sx early so cgfourteen can grab it right away and doesn't have to play games waiting for it To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/arch/sparc/sparc/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sparc/sparc/autoconf.c diff -u src/sys/arch/sparc/sparc/autoconf.c:1.247 src/sys/arch/sparc/sparc/autoconf.c:1.248 --- src/sys/arch/sparc/sparc/autoconf.c:1.247 Tue Feb 5 21:53:45 2013 +++ src/sys/arch/sparc/sparc/autoconf.c Tue Feb 5 22:03:16 2013 @@ -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 @@ extern struct sparc_bus_space_tag mainbu 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 */