diff options
Diffstat (limited to 'sys/pci/if_ti.c')
| -rw-r--r-- | sys/pci/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 3e95df460fa0..bb55cba56dcf 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -1482,7 +1482,7 @@ static int ti_attach(dev) * Map control/status registers. */ pci_enable_busmaster(dev); - pci_enable_io(dev, PCIM_CMD_MEMEN); + pci_enable_io(dev, SYS_RES_MEMORY); command = pci_read_config(dev, PCIR_COMMAND, 4); if (!(command & PCIM_CMD_MEMEN)) { |
