update to reflect acpica changes

This commit is contained in:
Kalamatee 2023-04-13 19:47:32 +01:00 committed by deadwood
parent bcb0e7b3da
commit cabdb5a76e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2004-2020, The AROS Development Team. All rights reserved.
Copyright (C) 2004-2023, The AROS Development Team. All rights reserved.
Desc: PCI direct bus driver, for i386/x86_64 native.
*/
@ -234,9 +234,9 @@ static void EnumPCIIRQ(struct pcipc_staticdata *psd, struct acpiHostBridge *ahb,
n->re_IRQPin = item->Pin + 1;
DIRQ(bug(" INT%c", 'A' + n->re_IRQPin - 1));
if (strlen(item->Source) > 0)
if (strlen(item->u.Source) > 0)
{
DIRQ(bug(" '%s'\n", item->Source));
DIRQ(bug(" '%s'\n", item->u.Source));
FreeVec(n);
}
else