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

This commit is contained in:
kieron
2018-04-12 15:45:39 +00:00
parent 40d2184e48
commit 01d4411031
13 changed files with 6 additions and 35 deletions

View File

@ -20,10 +20,10 @@ uses
isrmanager;
const
INTEL_VEND = $8086;
E1000_DEV = $100E;
I217_DEV = $153A;
LM82577_DEV = $10EA;
INTEL_VEND = $8086;
E1000_DEV = $100E;
I217_DEV = $153A;
LM82577_DEV = $10EA;
REG_CTRL = $0000;
REG_STATUS = $0008;
@ -410,7 +410,7 @@ var
data : uint32;
begin
console.writestringln('E1000');
//console.writestringln('E1000');
push_trace('E1000.fire');
//console.outputln('E1000 Driver', 'FIRED.');