Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/sys/dev/hatm/if_hatm.c 232874 2012-03-12 18:15:08Z scottl $");
---
> __FBSDID("$FreeBSD: head/sys/dev/hatm/if_hatm.c 254263 2013-08-12 23:30:01Z scottl $");
1689c1689
< v |= PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN;
---
> v |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN;
1705,1710d1704
< v = pci_read_config(dev, PCIR_COMMAND, 2);
< if (!(v & PCIM_CMD_MEMEN)) {
< device_printf(dev, "failed to enable memory\n");
< error = ENXIO;
< goto failed;
< }