diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-08-25 15:40:47 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-08-25 15:40:47 +0000 |
commit | e6552bcf3960c7d10fc3730a2d6b408bfc9a8ca9 (patch) | |
tree | 315c692a5dec51c2b5ecc3932eac2975bdc4cb09 /src/southbridge/intel/i82801dbm/i82801dbm_pci.c | |
parent | 3b0096313a3176370aaac91714d7b81dd0163b9a (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_pci.c')
-rw-r--r-- | src/southbridge/intel/i82801dbm/i82801dbm_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801dbm/i82801dbm_pci.c b/src/southbridge/intel/i82801dbm/i82801dbm_pci.c index 20fb1d2ce5..6dbc83c7ca 100644 --- a/src/southbridge/intel/i82801dbm/i82801dbm_pci.c +++ b/src/southbridge/intel/i82801dbm/i82801dbm_pci.c @@ -28,6 +28,6 @@ static struct device_operations pci_ops = { static struct pci_driver pci_driver __pci_driver = { .ops = &pci_ops, .vendor = PCI_VENDOR_ID_INTEL, - .device = PCI_DEVICE_ID_INTEL_82801ER_1E0, + .device = PCI_DEVICE_ID_INTEL_82801DBM_1E0, }; |