commit | 8e307a3ad9648035dcf84f05466c5bd9f6166c7a | [log] [tgz] |
---|---|---|
author | Charles Youse <charles.youse@intel.com> | Thu Apr 18 15:47:36 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Apr 22 09:34:00 2019 -0700 |
tree | c75efc17bb564c13fb05d3ce1508cec96c046102 | |
parent | fdf973de71ba374f47a1b51f355a57456ef1ecbb [diff] |
ethernet/eth_e1000.c: change to new PCI(e) functions Migrate from "legacy" PCI support (drivers/pci) to new PCI(e) support. The e1000 driver is merely for testing with QEMU and so should not be a model for the use of PCI(e) functions. Consult instead "real-world" PCI(e) drivers like the NS16550 UART (drivers/serial/uart_ns16550.c). Signed-off-by: Charles Youse <charles.youse@intel.com>