On Tue, Jun 23, 2015 at 6:44 PM, André Marques
wrote:
> On 23-06-2015 17:16, Gedare Bloom wrote:
> + uint32_t bank;
> + int handled_count;
> + int rv;
> +
> + gpio = (gpio_pin*) arg;
> +
> + bank = gpio->bank_number;
Validate args for errors.
>>
On Wed, Jun 24, 2015 at 2:31 AM, QIAO YANG wrote:
>
> On Jun 23, 2015, at 07:15 AM, Gedare Bloom wrote:
>
> On Tue, Jun 23, 2015 at 7:43 AM, QIAO YANG wrote:
>
> Hi,
>
>
> As suggested by gedare, I think using zero length array to represent the
>
> mailbox buffer and tag data is a good way, much
Hi
As I posted, I have the pc386 up to the point where I can
run the non-network tests with one intermittent failure.
I am pretty sure Mark wants the em driver found in
freebsd/sys/dev/e1000/ (em driver).
FWIW it looks like qemu simulates a handful of useful
NICs. I would like to also be able t
- Joel Sherrill schrieb:
> Hi
>
> As I posted, I have the pc386 up to the point where I can
> run the non-network tests with one intermittent failure.
>
> I am pretty sure Mark wants the em driver found in
> freebsd/sys/dev/e1000/ (em driver).
>
> FWIW it looks like qemu simulates a handfu