This is a story all about how my life got flip turned upside down.
- And I'd like it if you just took a moment, sit right there. - I'll tell you all about how I became the prince of a town called Bell-Air. git-svn-id: https://spexeah.com:8443/svn/Asuro@460 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -41,7 +41,7 @@ end;
|
||||
|
||||
procedure recv(p_data : void; p_len : uint16);
|
||||
begin
|
||||
console.outputln('net', 'RECV.');
|
||||
//console.outputln('net', 'RECV.');
|
||||
if CBNext <> nil then CBNext(p_data, p_len);
|
||||
end;
|
||||
|
||||
|
@ -388,7 +388,7 @@ var
|
||||
data : uint32;
|
||||
|
||||
begin
|
||||
console.outputln('E1000 Driver', 'FIRED.');
|
||||
//console.outputln('E1000 Driver', 'FIRED.');
|
||||
|
||||
status:= readCommand($C0);
|
||||
//console.output('E1000 Driver', 'Int Status: ');
|
||||
|
Reference in New Issue
Block a user