From eefdb038981a0fcc93df5c6c934f8138a43873bb Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Wed, 27 Oct 2004 00:37:30 +0000 Subject: S2885 winbond Superio all resource set git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1717 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/amd8151/amd8151_agp3.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/southbridge/amd/amd8151') diff --git a/src/southbridge/amd/amd8151/amd8151_agp3.c b/src/southbridge/amd/amd8151/amd8151_agp3.c index dfb8a5592b..c54849bb51 100644 --- a/src/southbridge/amd/amd8151/amd8151_agp3.c +++ b/src/southbridge/amd/amd8151/amd8151_agp3.c @@ -54,6 +54,10 @@ static void agp3dev_enable(device_t dev) #endif } +static struct pci_operations pci_ops_pci_dev = { + .set_subsystem = pci_dev_set_subsystem, +}; + static struct device_operations agp3dev_ops = { .read_resources = pci_dev_read_resources, .set_resources = pci_dev_set_resources, @@ -61,6 +65,7 @@ static struct device_operations agp3dev_ops = { .init = 0, .scan_bus = 0, .enable = agp3dev_enable, + .ops_pci = &pci_ops_pci_dev, }; static struct pci_driver agp3dev_driver __pci_driver = { -- cgit v1.2.3