mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Use autogenerated device names for PDOs on PCI buses.
svn path=/trunk/; revision=11665
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user