diff --git a/reactos/drivers/bus/pci/fdo.c b/reactos/drivers/bus/pci/fdo.c index fa3d6b4420b..2ec2e105b7c 100644 --- a/reactos/drivers/bus/pci/fdo.c +++ b/reactos/drivers/bus/pci/fdo.c @@ -1,4 +1,4 @@ -/* $Id: fdo.c,v 1.10 2004/10/22 16:30:46 navaraf Exp $ +/* $Id: fdo.c,v 1.11 2004/11/15 11:49:37 ekohl Exp $ * * PROJECT: ReactOS PCI bus driver * FILE: fdo.c @@ -235,7 +235,7 @@ FdoQueryBusRelations( sizeof(PDO_DEVICE_EXTENSION), NULL, FILE_DEVICE_CONTROLLER, - 0, + FILE_AUTOGENERATED_DEVICE_NAME, FALSE, &Device->Pdo); if (!NT_SUCCESS(Status)) {