diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2010-12-18 14:21:28 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2010-12-18 14:21:28 +0000 |
| commit | 0e4e9e170cc8dd88ca7d4dbd9dc343cd35516af0 (patch) | |
| tree | d606cfb88c0f681d804f6d53b4b1543014544cf1 /sys/dev/le | |
| parent | a9b31c256e7d2940b9c2cd04855a46c629fcd2b5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/le')
| -rw-r--r-- | sys/dev/le/if_le_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index ffa7cea7e324..404b1459ca9d 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -312,7 +312,6 @@ le_pci_attach(device_t dev) LE_LOCK_INIT(sc, device_get_nameunit(dev)); pci_enable_busmaster(dev); - pci_enable_io(dev, SYS_RES_IOPORT); i = PCIR_BAR(0); lesc->sc_rres = bus_alloc_resource_any(dev, SYS_RES_IOPORT, |
