diff options
Diffstat (limited to 'src/southbridge/intel/i82801dbm/i82801dbm.h')
-rw-r--r-- | src/southbridge/intel/i82801dbm/i82801dbm.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/southbridge/intel/i82801dbm/i82801dbm.h b/src/southbridge/intel/i82801dbm/i82801dbm.h index f3b06e28ce..5b65e1489b 100644 --- a/src/southbridge/intel/i82801dbm/i82801dbm.h +++ b/src/southbridge/intel/i82801dbm/i82801dbm.h @@ -1,5 +1,13 @@ -#ifndef I82801ER_H -#define I82801ER_H +/* the problem: we have 82801dbm support in fb1, and 82801er in fb2. + * fb1 code is what we want, fb2 structure is needed however. + * so we need to get fb1 code for 82801dbm into fb2 structure. + */ +/* What I did: took the 80801er stuff from fb2, verify it against the + * db stuff in fb1, and made sure it was right. + */ + +#ifndef I82801DBM_H +#define I82801DBM_H struct southbridge_intel_i82801dbm_config { @@ -22,9 +30,6 @@ channel disabled. 111 = Combined. IDE is primary. P0 is secondary slave. P1 is secondary master. */ -#define ICH5_SATA_ADDRESS_MAP 0 - - #define PCI_DMA_CFG 0x90 #define SERIRQ_CNTL 0x64 #define GEN_CNTL 0xd0 |