diff options
| author | Cédric Le Goater <clg@kaod.org> | 2019-02-22 13:31:24 +0100 |
|---|---|---|
| committer | Cédric Le Goater <clg@kaod.org> | 2019-02-22 13:31:24 +0100 |
| commit | 993e6ff6d17d44f557e7ef7ed66770f942015dc1 (patch) | |
| tree | 30506b319fa59ae92440fc46b649ff10cce2cc6e /doc | |
| parent | 5af9aacd74c50d83515647501dbac3f7173c3252 (diff) | |
| download | blackbird-op-build-993e6ff6d17d44f557e7ef7ed66770f942015dc1.tar.gz blackbird-op-build-993e6ff6d17d44f557e7ef7ed66770f942015dc1.zip | |
linux: config: Add Intel E1000e
The E1000 driver has reset issues on the QEMU PowerNV machine with POWER9 :
[ 16.140708] Unable to handle kernel paging request for data at address 0xc00c000000000000
[ 16.142203] Faulting instruction address: 0xc008000000aa9b0c
cpu 0x0: Vector: 300 (Data Access) at [c0000000f5833840]
pc: c008000000aa9b0c: e1000_io_write+0x64/0x7c [e1000]
lr: c008000000aac0f0: e1000_reset_hw+0x1bc/0x48c [e1000]
sp: c0000000f5833ac0
msr: 900000000280b033
dar: c00c000000000000
dsisr: 42000000
current = 0xc0000000f579a200
paca = 0xc000000001ec0000 irqmask: 0x03 irq_happened: 0x01
pid = 13, comm = kworker/0:1
Include the E1000e as a replacement for such QEMU machines.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/boot-devices.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/boot-devices.rst b/doc/boot-devices.rst index 1f08da1e..da2fd5bb 100644 --- a/doc/boot-devices.rst +++ b/doc/boot-devices.rst @@ -35,6 +35,7 @@ it from this table and notify the person mentioned in the owner field. +-------------------------------+-----------------------+--------+----------------------------+ | Exar Xframe 10Gb | S2IO | | | +-------------------------------+-----------------------+--------+----------------------------+ +| Intel PRO/1000 PCIe | E1000E | | | | Intel PRO/1000 | E1000 | Qemu | stewart@linux.vnet.ibm.com | +-------------------------------+-----------------------+--------+----------------------------+ | Intel PRO/10GbE | IXGB | | | |

