Cleanup
git-svn-id: https://spexeah.com:8443/svn/Asuro@169 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -360,7 +360,7 @@ begin
|
||||
tmp.interrupt_pin := read8(bus, slot, func, offset, 1);
|
||||
tmp.interrupt_line := read8(bus, slot, func, offset, 0);
|
||||
|
||||
console.writestring('Found PCI Device: ');
|
||||
console.writestring('PCI: Found Device: ');
|
||||
console.writehex(slot);
|
||||
console.writestring(' ');
|
||||
console.writehex(tmp.device_id);
|
||||
@ -371,7 +371,7 @@ begin
|
||||
console.writestring(' ');
|
||||
console.writehexln(tmp.subclass_class);
|
||||
|
||||
psleep(300);
|
||||
//psleep(300);
|
||||
|
||||
read_device_config := tmp;
|
||||
end;
|
||||
|
@ -81,6 +81,7 @@ begin
|
||||
t2:= BDA^.Ticks;
|
||||
while t2-t1 < t do begin
|
||||
t2:= BDA^.Ticks;
|
||||
if t2 < t1 then break;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user