Fix of last commit.

git-svn-id: https://spexeah.com:8443/svn/Asuro@262 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-10-26 11:48:45 +00:00
parent 1efbe9cd95
commit 2ff02aeff5
12 changed files with 2 additions and 2 deletions

View File

@ -213,14 +213,14 @@ var
ii : uint16;
iii : uint8;
begin
console.writestringln('PCI: INIT BEGIN.')
console.writestringln('PCI: INIT BEGIN.');
//enumerate pci bus
for ii:=0 to 256 do begin
for i:=0 to 31 do begin
check_device(ii, i, 0);
end;
end;
console.writestringln('PCI: INIT END.')
console.writestringln('PCI: INIT END.');
end;
procedure loadConfig(bus : uint8; slot : uint8; func : uint8; offset : uint8);