Changeset 2017 for Whitix

Show
Ignore:
Timestamp:
04/02/09 21:18:54 (3 years ago)
Author:
mwhitworth
Message:

Fix Linux PCI resource code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/devices/linux/pci.c

    r1888 r2017  
    7777        for (i=0; i<6; i++) 
    7878        { 
    79                 dev->resources[i].start = device->spaces[i] & ~0xF; 
     79                dev->resources[i].start = device->spaces[i].start & ~0xF; 
    8080                KePrint("start = %#X\n", dev->resources[i].start); 
    8181        }