git-svn-id: https://spexeah.com:8443/svn/Asuro@255 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron
2017-10-25 22:47:03 +00:00
parent 63d08b59f0
commit ba511db97b
3 changed files with 128 additions and 8 deletions
+125 -5
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -251,7 +251,7 @@ begin
device_count := device_count + 1;
if devices[device_count - 1].header_type and $80 <> 0 then begin
for i:=0 to 8 do begin
// console.writechar(char(21));
//console.writechar(char(21));
vendor_id := get_vendor_ID(bus, device, i, 0);
//if vendor_id = $FFFF then exit(false);
devices[device_count] := read_device_config(bus, device, i, 0);
@@ -401,7 +401,7 @@ begin
if tmp.class_code = 1 then begin
console.writestringln('-Device is MASS_STORAGE_CONTROLLER ');
//if tmp.subclass_class = 1 then ATA.init(tmp);
if tmp.subclass_class = 1 then ATA.init(tmp);
end;
if tmp.class_code = 2 then begin
console.writestringln('-Device is NETWORK_CONTROLLER ');
+1 -1
View File
@@ -7,7 +7,7 @@
* Contributors:
************************************************ }
unit isr46;
unit isr76;
interface