Use autogenerated device names for PDOs on PCI buses.

svn path=/trunk/; revision=11665
This commit is contained in:
Eric Kohl 2004-11-15 11:49:37 +00:00
parent d0da55a427
commit 0fafbcbcf4

View file

@ -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)) {