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
This commit is contained in:
Ronald G. Minnich
2004-08-25 15:40:47 +00:00
parent 3b0096313a
commit e6552bcf39
10 changed files with 32 additions and 16 deletions

View File

@@ -215,5 +215,5 @@ static struct device_operations lpc_ops = {
static struct pci_driver lpc_driver __pci_driver = {
.ops = &lpc_ops,
.vendor = PCI_VENDOR_ID_INTEL,
.device = PCI_DEVICE_ID_INTEL_82801ER_1F0,
.device = PCI_DEVICE_ID_INTEL_82801DBM_1F0,
};