diff options
author | 2013-08-24 04:38:52 +0000 | |
---|---|---|
committer | 2013-08-24 04:38:52 +0000 | |
commit | 297b2947fec5e54375d29de3b5543ec29b9d0e19 (patch) | |
tree | 1bc5680db5c2ddcef4001ab266e744c45b69af7b /share/man/man4 | |
parent | Cleanup amd64 and i386 MTRR code - (diff) | |
download | wireguard-openbsd-297b2947fec5e54375d29de3b5543ec29b9d0e19.tar.xz wireguard-openbsd-297b2947fec5e54375d29de3b5543ec29b9d0e19.zip |
Remove reference to "busy ranges" which were never implemented (and now
removed)
Diffstat (limited to 'share/man/man4')
-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 |