Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/alchemy Fix a typo in the on-board device sele...
details: https://anonhg.NetBSD.org/src/rev/20625748f5de
branches: trunk
changeset: 539219:20625748f5de
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Nov 11 16:39:18 2002 +0000
description:
Fix a typo in the on-board device selection machinery (which I thought
I'd committed long ago).
diffstat:
sys/arch/mips/alchemy/aubus.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 1ff1f41e0b5d -r 20625748f5de sys/arch/mips/alchemy/aubus.c
--- a/sys/arch/mips/alchemy/aubus.c Mon Nov 11 14:21:18 2002 +0000
+++ b/sys/arch/mips/alchemy/aubus.c Mon Nov 11 16:39:18 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aubus.c,v 1.4 2002/10/02 05:13:39 thorpej Exp $ */
+/* $NetBSD: aubus.c,v 1.5 2002/11/11 16:39:18 simonb Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -200,10 +200,10 @@
ad = au1000_devs;
break;
case MIPS_AU1500:
- ad = au1100_devs;
+ ad = au1500_devs;
break;
case MIPS_AU1100:
- ad = au1500_devs;
+ ad = au1100_devs;
break;
default:
panic("Unknown Alchemy SOC identification %d",
Home |
Main Index |
Thread Index |
Old Index