Skip to content

Commit 5e1a95d

Browse files
author
Daniel Cliche
committed
Documentation update
1 parent f5e989d commit 5e1a95d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/ps2_kbd.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Registers
99
=============== =============
1010
Register Address
1111
=============== =============
12-
KEYBOARD_STATUS BASE_IO + 24
13-
KEYBOARD_DATA BASE_IO + 28
12+
KEYBOARD_DATA BASE_IO + 24
13+
KEYBOARD_STATUS BASE_IO + 28
1414
=============== =============
1515

1616
KEYBOARD_STATUS
@@ -21,7 +21,7 @@ Read:
2121
===== ============================
2222
Field Description
2323
===== ============================
24-
[28] Key available?
24+
[0] Key available?
2525
===== ============================
2626

2727
Write: -

doc/ps2_mouse.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Registers
99
=============== =============
1010
Register Address
1111
=============== =============
12-
MOUSE_STATUS BASE_IO + 40
13-
MOUSE_DATA BASE_IO + 44
12+
MOUSE_DATA BASE_IO + 48
13+
MOUSE_STATUS BASE_IO + 52
1414
=============== =============
1515

1616
MOUSE_STATUS
@@ -21,7 +21,7 @@ Read:
2121
===== ============================
2222
Field Description
2323
===== ============================
24-
[28] Mouse event available?
24+
[0] Mouse event available?
2525
===== ============================
2626

2727
Write: -

0 commit comments

Comments
 (0)