mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[PCIX]
- Stefan Ginsberg: Fix a typo in the if expression. svn path=/trunk/; revision=48751
This commit is contained in:
parent
5bb5788d76
commit
8fcb361453
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ PciPdoIrpStartDevice(IN PIRP Irp,
|
|||
if (((DeviceExtension->BaseClass == PCI_CLASS_PRE_20) &&
|
||||
(DeviceExtension->SubClass == PCI_SUBCLASS_PRE_20_VGA)) ||
|
||||
((DeviceExtension->BaseClass == PCI_CLASS_DISPLAY_CTLR) &&
|
||||
(DeviceExtension->SubClass -= PCI_SUBCLASS_VID_VGA_CTLR)))
|
||||
(DeviceExtension->SubClass == PCI_SUBCLASS_VID_VGA_CTLR)))
|
||||
{
|
||||
/* Always force it on */
|
||||
DeviceExtension->CommandEnables |= (PCI_ENABLE_IO_SPACE |
|
||||
|
|
Loading…
Reference in a new issue