Re: configuring libbsd for em NIC driver

2015-06-24 Thread Sebastian Huber
- 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

configuring libbsd for em NIC driver

2015-06-24 Thread Joel Sherrill
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

Re: [RPI BSP] zero length array in kernel and refactor of video char output

2015-06-24 Thread Gedare Bloom
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

Re: [PATCH 1/2] RTEMS GPIO API definition and implementation.

2015-06-24 Thread Gedare Bloom
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. >>