[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] e1000: reset handling
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH 0/2] e1000: reset handling |
Date: |
Tue, 27 Sep 2011 15:58:40 +0300 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Here's a fix for e1000 reset as suggested by
Andy Gospodarek and Anthony PERARD,
written in a way that doesn't require forward
declarations, and with reset clearing interrupts.
Changes from v1:
- value written was stored in CTRL register
so it will be non 0 after reset.
Notes: some internal state:
uint32_t rxbuf_size;
int check_rxov;
isn't cleared in reset need to check that it's ok.
--
MST
- [Qemu-devel] [PATCH 0/2] e1000: reset handling,
Michael S. Tsirkin <=