Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch ISA exists on more that just shark. Fix a comment ...
details: https://anonhg.NetBSD.org/src/rev/c405b96dd2f0
branches: trunk
changeset: 357246:c405b96dd2f0
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Nov 02 09:42:44 2017 +0000
description:
ISA exists on more that just shark. Fix a comment about this.
diffstat:
sys/arch/acorn32/include/vmparam.h | 4 ++--
sys/arch/cats/include/vmparam.h | 4 ++--
sys/arch/evbarm/include/vmparam.h | 4 ++--
sys/arch/hpcarm/include/vmparam.h | 4 ++--
sys/arch/iyonix/include/vmparam.h | 4 ++--
sys/arch/netwinder/include/vmparam.h | 4 ++--
sys/arch/shark/include/vmparam.h | 4 ++--
sys/arch/zaurus/include/vmparam.h | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)
diffs (144 lines):
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/acorn32/include/vmparam.h
--- a/sys/arch/acorn32/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/acorn32/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.26 2015/02/23 20:34:37 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.27 2017/11/02 09:42:44 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -74,7 +74,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
* - RPCDMA for the DMA range on RiscPC's + Kinetic cards
*/
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/cats/include/vmparam.h
--- a/sys/arch/cats/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/cats/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.29 2015/02/23 20:34:37 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.30 2017/11/02 09:42:44 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -74,7 +74,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
*/
#define VM_NFREELIST 2
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/evbarm/include/vmparam.h
--- a/sys/arch/evbarm/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/evbarm/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.29 2015/02/23 20:34:38 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.30 2017/11/02 09:42:44 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -78,7 +78,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
*/
#define VM_NFREELIST 2
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/hpcarm/include/vmparam.h
--- a/sys/arch/hpcarm/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/hpcarm/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.31 2015/02/23 20:34:38 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.32 2017/11/02 09:42:44 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -74,7 +74,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
*/
#define VM_NFREELIST 2
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/iyonix/include/vmparam.h
--- a/sys/arch/iyonix/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/iyonix/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.6 2015/02/23 20:34:38 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.7 2017/11/02 09:42:44 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -74,7 +74,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
*/
#define VM_NFREELIST 2
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/netwinder/include/vmparam.h
--- a/sys/arch/netwinder/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/netwinder/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.27 2015/02/23 20:34:38 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.28 2017/11/02 09:42:45 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -74,7 +74,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
*/
#define VM_NFREELIST 2
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/shark/include/vmparam.h
--- a/sys/arch/shark/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/shark/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.20 2015/02/23 20:34:38 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.21 2017/11/02 09:42:45 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -74,7 +74,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
* - RPCDMA for the DMA range on RiscPC's + Kinetic cards
*/
diff -r cf39b4601c5a -r c405b96dd2f0 sys/arch/zaurus/include/vmparam.h
--- a/sys/arch/zaurus/include/vmparam.h Thu Nov 02 08:41:15 2017 +0000
+++ b/sys/arch/zaurus/include/vmparam.h Thu Nov 02 09:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.5 2015/02/23 20:34:38 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.6 2017/11/02 09:42:45 skrll Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -74,7 +74,7 @@
* we support 2 free lists:
*
* - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * - ISADMA for the ISA DMA range
*/
#define VM_NFREELIST 2
Home |
Main Index |
Thread Index |
Old Index