Replaced the return (1)'s with return (IO_KBDSIZE) in the probe code so
that the printfs during the probing prints the range instead of just the start address.
This commit is contained in:
parent
b722f788aa
commit
914dc32d8f
@ -287,7 +287,7 @@ int pcprobe(struct isa_device *dev)
|
||||
}
|
||||
}
|
||||
kbd_wait();
|
||||
return 1;
|
||||
return (IO_KBDSIZE);
|
||||
}
|
||||
|
||||
|
||||
|
@ -287,7 +287,7 @@ int pcprobe(struct isa_device *dev)
|
||||
}
|
||||
}
|
||||
kbd_wait();
|
||||
return 1;
|
||||
return (IO_KBDSIZE);
|
||||
}
|
||||
|
||||
|
||||
|
@ -287,7 +287,7 @@ int pcprobe(struct isa_device *dev)
|
||||
}
|
||||
}
|
||||
kbd_wait();
|
||||
return 1;
|
||||
return (IO_KBDSIZE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user