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

This commit is contained in:
kieron
2018-04-07 20:05:41 +00:00
parent df1fbd44b0
commit 1b38067de8
9 changed files with 3 additions and 2 deletions

View File

@ -363,6 +363,8 @@ var
status : uint32;
begin
status:= readCommand($0C);
console.outputln('E1000 Driver', 'Interrupt Fired.');
console.output('E1000 Driver', 'Int Status: ');
console.writehexln(status);
case status of
$04:begin
@ -372,10 +374,9 @@ begin
end;
$80:begin
handleReceive();
end;
end;
console.writestringln('Fired.');
end;
function load(ptr : void) : boolean;