From: miod Date: Fri, 25 Jul 2008 21:24:49 +0000 (+0000) Subject: phyio -> physio X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f37e88de01875b55080f4da4a1aab0e49dfc7eb7;p=openbsd phyio -> physio --- diff --git a/sys/arch/alpha/include/vmparam.h b/sys/arch/alpha/include/vmparam.h index a1241eb0515..2af8bb48f59 100644 --- a/sys/arch/alpha/include/vmparam.h +++ b/sys/arch/alpha/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.16 2008/07/25 20:51:56 kurt Exp $ */ +/* $OpenBSD: vmparam.h,v 1.17 2008/07/25 21:24:49 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2000/05/22 17:13:54 thorpej Exp $ */ /* @@ -82,7 +82,7 @@ #define STACKGAP_RANDOM 256*1024 /* - * PTEs for mapping user space into the kernel for phyio operations. + * PTEs for mapping user space into the kernel for physio operations. * 64 pte's are enough to cover 8 disks * MAXBSIZE. */ #ifndef USRIOSIZE diff --git a/sys/arch/m68k/include/vmparam.h b/sys/arch/m68k/include/vmparam.h index 3627ea33e87..82518ef3dc3 100644 --- a/sys/arch/m68k/include/vmparam.h +++ b/sys/arch/m68k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.6 2008/07/24 04:54:27 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.7 2008/07/25 21:25:25 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -79,7 +79,7 @@ #define USRPTSIZE (1 * NPTEPG) /* 4mb */ /* - * PTEs for mapping user space into the kernel for phyio operations. + * PTEs for mapping user space into the kernel for physio operations. * One page is enough to handle 4Mb of simultaneous raw IO operations. */ #ifndef USRIOSIZE diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h index a785ab99e20..354421b5b16 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.14 2008/03/30 20:13:14 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.15 2008/07/25 21:25:25 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* @@ -73,7 +73,7 @@ #define STACKGAP_RANDOM 256*1024 /* - * PTEs for mapping user space into the kernel for phyio operations. + * PTEs for mapping user space into the kernel for physio operations. * 16 pte's are enough to cover 8 disks * MAXBSIZE. */ #ifndef USRIOSIZE