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 don't skip SUNW, sx - we've got a driver...
details: https://anonhg.NetBSD.org/src/rev/9541e32bf661
branches: trunk
changeset: 784690:9541e32bf661
user: macallan <macallan%NetBSD.org@localhost>
date: Tue Feb 05 21:53:45 2013 +0000
description:
don't skip SUNW,sx - we've got a driver now
diffstat:
sys/arch/sparc/sparc/autoconf.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r ea333dc7cbf8 -r 9541e32bf661 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c Tue Feb 05 21:52:48 2013 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c Tue Feb 05 21:53:45 2013 +0000
@@ -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 @@
* These are _root_ devices to ignore. Others must be handled
* elsewhere.
*/
- "SUNW,sx", /* XXX: no driver for SX yet */
"virtual-memory",
"aliases",
"chosen", /* OpenFirmware */
Home |
Main Index |
Thread Index |
Old Index