diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-06-12 14:24:20 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-06-12 14:24:20 -0400 |
commit | bfcb0882813272bc8ef74b98ed53e28a36147bb8 (patch) | |
tree | 343df40d79b90d5fd4d428c46ff50f74d9a3adb0 /dev/ide_ctrl.hh | |
parent | f0f96233e8a5e805c3ac7dbc47eba2bffff264a7 (diff) | |
download | gem5-bfcb0882813272bc8ef74b98ed53e28a36147bb8.tar.xz |
minor mods for mimicking NS83820 functionality
dev/ide_ctrl.cc:
generalize these #defs
dev/ide_ctrl.hh:
put these in pcireg.h
dev/ns_gige.cc:
do i need io_enable? and assert will fail if i actually need to implement it, which may give clue as to wehtehr i need to implmeent the mem_enable and bm_enable stuff.
dev/ns_gige.hh:
implement this in case it's needed
dev/pcireg.h:
put these defs in pcireg instead
--HG--
extra : convert_revision : 5e3581b5da17410f943907139bd479f15d2231e8
Diffstat (limited to 'dev/ide_ctrl.hh')
-rw-r--r-- | dev/ide_ctrl.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/ide_ctrl.hh b/dev/ide_ctrl.hh index 9418c8895..679c7422b 100644 --- a/dev/ide_ctrl.hh +++ b/dev/ide_ctrl.hh @@ -74,10 +74,6 @@ #define UDMACTL (5) #define UDMATIM (6) -// PCI Command bit fields -#define BME 0x04 // Bus master function enable -#define IOSE 0x01 // I/O space enable - typedef enum RegType { COMMAND_BLOCK = 0, CONTROL_BLOCK, |