From 528b9fa0bf7bacfe2f18034abe61c710da3ea6dc Mon Sep 17 00:00:00 2001 From: DizzyOfCRN Date: Fri, 22 Aug 2014 10:10:57 +0000 Subject: [PATCH] Added FIXME note git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49513 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/hidds/pci/pcideviceclass.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rom/hidds/pci/pcideviceclass.c b/rom/hidds/pci/pcideviceclass.c index afbd31549b..69d14cc668 100644 --- a/rom/hidds/pci/pcideviceclass.c +++ b/rom/hidds/pci/pcideviceclass.c @@ -55,6 +55,11 @@ static BOOL hasExtendedConfig(OOP_Class *cl, OOP_Object *o) tDeviceData *dev = (tDeviceData *)OOP_INST_DATA(cl,o); return HIDD_PCIDriver_hasExtendedConfig(dev->driver, dev->bus, dev->dev, dev->sub); + + /* + FIXME: instead of asking the driver, check a boolean flag that is set when the bus is enumerated + Incase the hasExtendedConfig driver method is unimplemented, set the flag to FALSE in the unimplemented function + */ } static void setLong(OOP_Class *cl, OOP_Object *o, ULONG reg, ULONG value) -- 2.11.4.GIT