We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04288e9 commit e93aad1Copy full SHA for e93aad1
1 file changed
include/pci.h
@@ -50,8 +50,8 @@
50
#define PCI_PREFETCH_LIMIT_OFF 0x26
51
#define PCI_MMIO_BASE_OFF 0x20
52
#define PCI_MMIO_LIMIT_OFF 0x22
53
-#define PCI_IO_BASE_OFF 0x30
54
-#define PCI_IO_LIMIT_OFF 0x32
+#define PCI_IO_BASE_OFF 0x1C
+#define PCI_IO_LIMIT_OFF 0x1D
55
#define PCI_PWR_MGMT_CTRL_STATUS 0x84
56
#define PCI_POWER_STATE_MASK 0x3
57
/* Shifts & masks for CONFIG_ADDRESS register */
0 commit comments