Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libarch/i386 Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/342c038862e6
branches:  trunk
changeset: 517307:342c038862e6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Nov 10 08:12:16 2001 +0000

description:
Sort sections.

diffstat:

 lib/libarch/i386/i386_get_ioperm.2 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 18c216d5c82b -r 342c038862e6 lib/libarch/i386/i386_get_ioperm.2
--- a/lib/libarch/i386/i386_get_ioperm.2        Sat Nov 10 08:11:04 2001 +0000
+++ b/lib/libarch/i386/i386_get_ioperm.2        Sat Nov 10 08:12:16 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: i386_get_ioperm.2,v 1.10 2001/07/04 17:15:07 kleink Exp $
+.\"    $NetBSD: i386_get_ioperm.2,v 1.11 2001/11/10 08:12:16 wiz Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -96,12 +96,6 @@
 .It Bq Er EPERM
 The caller was not the super-user, or the operation was not permitted at the current security level.
 .El
-.Sh BUGS
-The bitmap should really cover 65536 bits, but that's just too big for
-allocation in a kernel structure.  If you need access to ports beyond
-1024,
-use
-.Xr i386_iopl 2 .
 .Sh SEE ALSO
 .Xr i386_iopl 2
 .Sh REFERENCES
@@ -109,3 +103,9 @@
 .Sh WARNING
 You can really hose your machine if you enable user-level I/O and
 write to hardware ports without care.
+.Sh BUGS
+The bitmap should really cover 65536 bits, but that's just too big for
+allocation in a kernel structure.  If you need access to ports beyond
+1024,
+use
+.Xr i386_iopl 2 .



Home | Main Index | Thread Index | Old Index