diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-10-05 20:30:21 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-10-05 20:30:21 +0000 |
commit | 14e65b0dbbc574e92ab2adb8555e41c8d481aeaf (patch) | |
tree | 39851af93f6591d607541d95cf1465b3e96dabbb /share | |
parent | cbeed38584861682f8ceb2855915ab1a12c048f8 (diff) | |
download | FreeBSD-src-14e65b0dbbc574e92ab2adb8555e41c8d481aeaf.zip FreeBSD-src-14e65b0dbbc574e92ab2adb8555e41c8d481aeaf.tar.gz |
Add comment about the debugging flag
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/sio.4 | 2 | ||||
-rw-r--r-- | share/man/man4/sio.4 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/sio.4 b/share/man/man4/man4.i386/sio.4 index a3ddc6e..580c582 100644 --- a/share/man/man4/man4.i386/sio.4 +++ b/share/man/man4/man4.i386/sio.4 @@ -84,6 +84,8 @@ device is potential system console device is forced to become system console .It 0x00040 device is reserved for low-level IO (e. g. for remote kernel debugging) +.It 0x00080 +use this port for remote kernel debugging .It 0x0 Ns Em ?? Ns 00 minor number of master port .It 0x20000 diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4 index a3ddc6e..580c582 100644 --- a/share/man/man4/sio.4 +++ b/share/man/man4/sio.4 @@ -84,6 +84,8 @@ device is potential system console device is forced to become system console .It 0x00040 device is reserved for low-level IO (e. g. for remote kernel debugging) +.It 0x00080 +use this port for remote kernel debugging .It 0x0 Ns Em ?? Ns 00 minor number of master port .It 0x20000 |