This patch updates the PCI ID of the Geode IDE device to include the revision.
Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2656 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -64,5 +64,5 @@ static struct device_operations ide_ops = {
|
||||
static struct pci_driver ide_driver __pci_driver = {
|
||||
.ops = &ide_ops,
|
||||
.vendor = PCI_VENDOR_ID_AMD,
|
||||
.device = PCI_DEVICE_ID_AMD_CS5536_IDE,
|
||||
.device = PCI_DEVICE_ID_AMD_CS5536_B0_IDE,
|
||||
};
|
||||
|
Reference in New Issue
Block a user