fix for incorrect cmp
This commit is contained in:
parent
0447d85f0d
commit
ea402f9b96
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
/* Check for Device ID */
|
||||
|
||||
SMC_READ($0x0d)
|
||||
cmp %al, $0x04
|
||||
cmp $0x4, %al
|
||||
je 2f
|
||||
mov $0xfe, %al
|
||||
outb %al, $0x80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue