git-svn-id: https://spexeah.com:8443/svn/Asuro@198 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
c3fe42d1b3
commit
058f400b0c
@ -418,6 +418,16 @@ begin
|
|||||||
console.writestring(' ');
|
console.writestring(' ');
|
||||||
console.writehexln(tmp.subclass_class);
|
console.writehexln(tmp.subclass_class);
|
||||||
|
|
||||||
|
if tmp.class_code = 1 then begin
|
||||||
|
console.writestringln('-Device is MASS_STORAGE_CONTROLLER ');
|
||||||
|
end;
|
||||||
|
if tmp.class_code = 2 then begin
|
||||||
|
console.writestringln('-Device is NETWORK_CONTROLLER ');
|
||||||
|
end;
|
||||||
|
if tmp.class_code = 3 then begin
|
||||||
|
console.writestringln('-Device is DISPLAY_CONTROLLER ');
|
||||||
|
end;
|
||||||
|
|
||||||
//psleep(300);
|
//psleep(300);
|
||||||
|
|
||||||
read_device_config := tmp;
|
read_device_config := tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user