mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
Use autogenerated device names for PDOs on PCI buses.
svn path=/trunk/; revision=11665
This commit is contained in:
parent
d0da55a427
commit
0fafbcbcf4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
* PROJECT: ReactOS PCI bus driver
|
||||||
* FILE: fdo.c
|
* FILE: fdo.c
|
||||||
|
@ -235,7 +235,7 @@ FdoQueryBusRelations(
|
||||||
sizeof(PDO_DEVICE_EXTENSION),
|
sizeof(PDO_DEVICE_EXTENSION),
|
||||||
NULL,
|
NULL,
|
||||||
FILE_DEVICE_CONTROLLER,
|
FILE_DEVICE_CONTROLLER,
|
||||||
0,
|
FILE_AUTOGENERATED_DEVICE_NAME,
|
||||||
FALSE,
|
FALSE,
|
||||||
&Device->Pdo);
|
&Device->Pdo);
|
||||||
if (!NT_SUCCESS(Status)) {
|
if (!NT_SUCCESS(Status)) {
|
||||||
|
|
Loading…
Reference in a new issue