Module Name: src Committed By: skrll Date: Thu Nov 2 09:42:45 UTC 2017
Modified Files: src/sys/arch/acorn32/include: vmparam.h src/sys/arch/cats/include: vmparam.h src/sys/arch/evbarm/include: vmparam.h src/sys/arch/hpcarm/include: vmparam.h src/sys/arch/iyonix/include: vmparam.h src/sys/arch/netwinder/include: vmparam.h src/sys/arch/shark/include: vmparam.h src/sys/arch/zaurus/include: vmparam.h Log Message: ISA exists on more that just shark. Fix a comment about this. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/acorn32/include/vmparam.h cvs rdiff -u -r1.29 -r1.30 src/sys/arch/cats/include/vmparam.h cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/include/vmparam.h cvs rdiff -u -r1.31 -r1.32 src/sys/arch/hpcarm/include/vmparam.h cvs rdiff -u -r1.6 -r1.7 src/sys/arch/iyonix/include/vmparam.h cvs rdiff -u -r1.27 -r1.28 src/sys/arch/netwinder/include/vmparam.h cvs rdiff -u -r1.20 -r1.21 src/sys/arch/shark/include/vmparam.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/zaurus/include/vmparam.h 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/acorn32/include/vmparam.h diff -u src/sys/arch/acorn32/include/vmparam.h:1.26 src/sys/arch/acorn32/include/vmparam.h:1.27 --- src/sys/arch/acorn32/include/vmparam.h:1.26 Mon Feb 23 20:34:37 2015 +++ src/sys/arch/acorn32/include/vmparam.h Thu Nov 2 09:42:44 2017 @@ -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 */ Index: src/sys/arch/cats/include/vmparam.h diff -u src/sys/arch/cats/include/vmparam.h:1.29 src/sys/arch/cats/include/vmparam.h:1.30 --- src/sys/arch/cats/include/vmparam.h:1.29 Mon Feb 23 20:34:37 2015 +++ src/sys/arch/cats/include/vmparam.h Thu Nov 2 09:42:44 2017 @@ -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 Index: src/sys/arch/evbarm/include/vmparam.h diff -u src/sys/arch/evbarm/include/vmparam.h:1.29 src/sys/arch/evbarm/include/vmparam.h:1.30 --- src/sys/arch/evbarm/include/vmparam.h:1.29 Mon Feb 23 20:34:38 2015 +++ src/sys/arch/evbarm/include/vmparam.h Thu Nov 2 09:42:44 2017 @@ -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 Index: src/sys/arch/hpcarm/include/vmparam.h diff -u src/sys/arch/hpcarm/include/vmparam.h:1.31 src/sys/arch/hpcarm/include/vmparam.h:1.32 --- src/sys/arch/hpcarm/include/vmparam.h:1.31 Mon Feb 23 20:34:38 2015 +++ src/sys/arch/hpcarm/include/vmparam.h Thu Nov 2 09:42:44 2017 @@ -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 Index: src/sys/arch/iyonix/include/vmparam.h diff -u src/sys/arch/iyonix/include/vmparam.h:1.6 src/sys/arch/iyonix/include/vmparam.h:1.7 --- src/sys/arch/iyonix/include/vmparam.h:1.6 Mon Feb 23 20:34:38 2015 +++ src/sys/arch/iyonix/include/vmparam.h Thu Nov 2 09:42:44 2017 @@ -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 Index: src/sys/arch/netwinder/include/vmparam.h diff -u src/sys/arch/netwinder/include/vmparam.h:1.27 src/sys/arch/netwinder/include/vmparam.h:1.28 --- src/sys/arch/netwinder/include/vmparam.h:1.27 Mon Feb 23 20:34:38 2015 +++ src/sys/arch/netwinder/include/vmparam.h Thu Nov 2 09:42:45 2017 @@ -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 Index: src/sys/arch/shark/include/vmparam.h diff -u src/sys/arch/shark/include/vmparam.h:1.20 src/sys/arch/shark/include/vmparam.h:1.21 --- src/sys/arch/shark/include/vmparam.h:1.20 Mon Feb 23 20:34:38 2015 +++ src/sys/arch/shark/include/vmparam.h Thu Nov 2 09:42:45 2017 @@ -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 */ Index: src/sys/arch/zaurus/include/vmparam.h diff -u src/sys/arch/zaurus/include/vmparam.h:1.5 src/sys/arch/zaurus/include/vmparam.h:1.6 --- src/sys/arch/zaurus/include/vmparam.h:1.5 Mon Feb 23 20:34:38 2015 +++ src/sys/arch/zaurus/include/vmparam.h Thu Nov 2 09:42:45 2017 @@ -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