summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801dbm/i82801dbm.c
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-08-25 15:40:47 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-08-25 15:40:47 +0000
commite6552bcf3960c7d10fc3730a2d6b408bfc9a8ca9 (patch)
tree315c692a5dec51c2b5ecc3932eac2975bdc4cb09 /src/southbridge/intel/i82801dbm/i82801dbm.c
parent3b0096313a3176370aaac91714d7b81dd0163b9a (diff)
changes for the dbm part. Still need to remove the sata file ...
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1639 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82801dbm/i82801dbm.c')
-rw-r--r--src/southbridge/intel/i82801dbm/i82801dbm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801dbm/i82801dbm.c b/src/southbridge/intel/i82801dbm/i82801dbm.c
index d89a309981..328d0eec07 100644
--- a/src/southbridge/intel/i82801dbm/i82801dbm.c
+++ b/src/southbridge/intel/i82801dbm/i82801dbm.c
@@ -20,10 +20,10 @@ void i82801dbm_enable(device_t dev)
}
#if 0
if ((lpc_dev->vendor != PCI_VENDOR_ID_INTEL) ||
- (lpc_dev->device != PCI_DEVICE_ID_INTEL_82801ER_1F0)) {
+ (lpc_dev->device != PCI_DEVICE_ID_INTEL_82801DBM_1F0)) {
uint32_t id;
id = pci_read_config32(lpc_dev, PCI_VENDOR_ID);
- if (id != (PCI_VENDOR_ID_INTEL | (PCI_DEVICE_ID_INTEL_82801ER_1F0 << 16))) {
+ if (id != (PCI_VENDOR_ID_INTEL | (PCI_DEVICE_ID_INTEL_82801DBM_1F0 << 16))) {
return;
}
}