diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-08-24 04:38:53 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-08-24 04:38:53 +0000 |
commit | 62231afccb0db6e5fafa10b721fe89ae2a5e09d3 (patch) | |
tree | 92652db7dc40526c525e78f07dae0dbd276061c1 /share/man | |
parent | 398ef4b00f2ccad148d88165915f772c9440c1b8 (diff) |
Remove reference to "busy ranges" which were never implemented (and now
removed)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.amd64/mtrr.4 | 11 | ||||
-rw-r--r-- | share/man/man4/man4.i386/mtrr.4 | 11 |
2 files changed, 6 insertions, 16 deletions
diff --git a/share/man/man4/man4.amd64/mtrr.4 b/share/man/man4/man4.amd64/mtrr.4 index f8be221be7a..659c2ca61c2 100644 --- a/share/man/man4/man4.amd64/mtrr.4 +++ b/share/man/man4/man4.amd64/mtrr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtrr.4,v 1.5 2011/03/18 15:29:03 deraadt Exp $ +.\" $OpenBSD: mtrr.4,v 1.6 2013/08/24 04:38:52 mlarkin Exp $ .\" .\" MTRR driver for OpenBSD. .\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org> @@ -7,7 +7,7 @@ .\" purpose with or without fee is hereby granted, provided that the above .\" copyright notice and this permission notice appear in all copies. .\" -.Dd $Mdocdate: March 18 2011 $ +.Dd $Mdocdate: August 24 2013 $ .Dt MTRR 4 amd64 .Os .Sh NAME @@ -75,9 +75,6 @@ The region is currently active. We believe the region to be invalid or otherwise erroneous. .It Dv MDF_FIXACTIVE The region cannot be disabled. -.It Dv MDF_BUSY -The region is currently owned by another process and may not be -altered. .El .Pp Operations are performed using @@ -105,9 +102,7 @@ The ioctl is used to add, alter and remove memory range attributes. A range with the .Dv MDF_FIXACTIVE -flag may not be removed; a range with the -.Dv MDF_BUSY -flag may not be removed or updated. +flag may not be removed. .Pp .Fa mo_arg[0] should be set to MEMRANGE_SET_UPDATE to update an existing diff --git a/share/man/man4/man4.i386/mtrr.4 b/share/man/man4/man4.i386/mtrr.4 index b460d29a8d7..b445547b564 100644 --- a/share/man/man4/man4.i386/mtrr.4 +++ b/share/man/man4/man4.i386/mtrr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtrr.4,v 1.14 2008/06/16 15:21:10 jmc Exp $ +.\" $OpenBSD: mtrr.4,v 1.15 2013/08/24 04:38:52 mlarkin Exp $ .\" .\" Pentium MTRR driver for OpenBSD. .\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org> @@ -8,7 +8,7 @@ .\" OpenBSD project (for instance by leaving this copyright notice .\" intact). .\" -.Dd $Mdocdate: June 16 2008 $ +.Dd $Mdocdate: August 24 2013 $ .Dt MTRR 4 i386 .Os .Sh NAME @@ -76,9 +76,6 @@ The region is currently active. We believe the region to be invalid or otherwise erroneous. .It Dv MDF_FIXACTIVE The region cannot be disabled. -.It Dv MDF_BUSY -The region is currently owned by another process and may not be -altered. .El .Pp Operations are performed using @@ -106,9 +103,7 @@ The ioctl is used to add, alter and remove memory range attributes. A range with the .Dv MDF_FIXACTIVE -flag may not be removed; a range with the -.Dv MDF_BUSY -flag may not be removed or updated. +flag may not be removed. .Pp .Fa mo_arg[0] should be set to MEMRANGE_SET_UPDATE to update an existing |