git-svn-id: https://spexeah.com:8443/svn/Asuro@197 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
44477c94d4
commit
c3fe42d1b3
@ -241,10 +241,13 @@ implementation
|
|||||||
procedure init();
|
procedure init();
|
||||||
var
|
var
|
||||||
i : uint16;
|
i : uint16;
|
||||||
|
ii : uint16;
|
||||||
begin
|
begin
|
||||||
//enumerate master pci bus devices
|
//enumerate pci bus
|
||||||
for i:=0 to 31 do begin
|
for ii:=0 to 256 do begin
|
||||||
check_device(0, i);
|
for i:=0 to 31 do begin
|
||||||
|
check_device(ii, i);
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//TODO while there are unchecked nested busses, check nested busses
|
//TODO while there are unchecked nested busses, check nested busses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user