Module Name: src
Committed By: macallan
Date: Tue Feb 5 21:53:46 UTC 2013
Modified Files:
src/sys/arch/sparc/sparc: autoconf.c
Log Message:
don't skip SUNW,sx - we've got a driver now
To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 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.246 src/sys/arch/sparc/sparc/autoconf.c:1.247
--- src/sys/arch/sparc/sparc/autoconf.c:1.246 Sat Oct 27 17:18:12 2012
+++ src/sys/arch/sparc/sparc/autoconf.c Tue Feb 5 21:53:45 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.246 2012/10/27 17:18:12 chs Exp $ */
+/* $NetBSD: autoconf.c,v 1.247 2013/02/05 21:53:45 macallan Exp $ */
/*
* Copyright (c) 1996
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.246 2012/10/27 17:18:12 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.247 2013/02/05 21:53:45 macallan Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -1136,7 +1136,6 @@ extern struct sparc_bus_space_tag mainbu
* These are _root_ devices to ignore. Others must be handled
* elsewhere.
*/
- "SUNW,sx", /* XXX: no driver for SX yet */
"virtual-memory",
"aliases",
"chosen", /* OpenFirmware */