minor bug in setting status register B
This commit is contained in:
parent
9089beed6e
commit
989631674e
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ rtc_fixup(void)
|
|||
|
||||
/* Select 24 HR time */
|
||||
outb_p(0x0B, 0x70);
|
||||
outb_p(0x26, 0x71);
|
||||
outb_p(0x02, 0x71);
|
||||
|
||||
/* Clear Checksum Error */
|
||||
outb_p(0x0D, 0x70);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue