More cleanup.
git-svn-id: https://spexeah.com:8443/svn/Asuro@263 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
2ff02aeff5
commit
43e1abf3cb
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/PCI.ppu
BIN
lib/PCI.ppu
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
@ -402,18 +402,18 @@ begin
|
||||
|
||||
|
||||
if tmp.class_code = 1 then begin
|
||||
console.writestringln('-Device is MASS_STORAGE_CONTROLLER ');
|
||||
console.writestringln(' Device is MASS_STORAGE_CONTROLLER ');
|
||||
if tmp.subclass_class = 1 then ATA.init(tmp);
|
||||
end;
|
||||
if tmp.class_code = 2 then begin
|
||||
console.writestringln('-Device is NETWORK_CONTROLLER ');
|
||||
console.writestringln(' Device is NETWORK_CONTROLLER ');
|
||||
end;
|
||||
if tmp.class_code = 3 then begin
|
||||
console.writestringln('-Device is DISPLAY_CONTROLLER ');
|
||||
console.writestringln(' Device is DISPLAY_CONTROLLER ');
|
||||
end;
|
||||
if tmp.class_code = $0C then begin
|
||||
if tmp.subclass_class = $03 then begin
|
||||
console.writestringln('-Device is USB Controller');
|
||||
console.writestringln(' Device is USB Controller');
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
x
Reference in New Issue
Block a user