From 3a5a20769b2ba15905fc2e0a833a8ecbf3098646 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Thu, 15 Mar 2007 15:16:23 -0400 Subject: add all the registers we'll need to support for the Intel GbE device and support enough functionality make the driver think the device is there, and in good working order. src/dev/SConscript: add intel gbe to the dev SCons file src/dev/i8254xGBe.cc: src/dev/i8254xGBe.hh: src/dev/i8254xGBe_defs.hh: use new manner of registers and implement all device registers that are touched through boot and ifup --HG-- extra : convert_revision : b1a1767f0fd31cd371e432cb48ac9a2e9f9291b5 --- src/dev/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dev/SConscript') diff --git a/src/dev/SConscript b/src/dev/SConscript index 1ec83de4b..ea529b536 100644 --- a/src/dev/SConscript +++ b/src/dev/SConscript @@ -40,7 +40,7 @@ if env['FULL_SYSTEM']: Source('etherlink.cc') Source('etherpkt.cc') Source('ethertap.cc') - #Source('i8254xGBe.cc') + Source('i8254xGBe.cc') Source('ide_ctrl.cc') Source('ide_disk.cc') Source('io_device.cc') -- cgit v1.2.3