git-svn-id: https://spexeah.com:8443/svn/Asuro@169 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-21 12:24:43 +00:00
parent 1f7b8f2b50
commit 08aee483c5
38 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -81,6 +81,7 @@ begin
t2:= BDA^.Ticks;
while t2-t1 < t do begin
t2:= BDA^.Ticks;
if t2 < t1 then break;
end;
end;