Skip to content

Commit

Permalink
_state_skip for PCI
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Mar 9, 2015
1 parent 02f01f2 commit ab79845
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pci.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ function PCI(cpu)
// 0xb0, 0xfe, 0xb0, 0xfe, 0xf1, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
// 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x02, 0x00,
//], 0x1e << 3);

this._state_skip = [
this.devices,
this.device_spaces,
];
}

PCI.prototype.pci_query = function()
Expand Down

0 comments on commit ab79845

Please sign in to comment.