Re: Blackfin Ethernet MAC driver compile error

2007-10-02 Thread Robin Getz
On Tue 2 Oct 2007 07:30, Kalle Pokki pondered: > The Blackfin Ethernet MAC driver does not compile. It seems the driver is > missing some pinmux defines. > > CC drivers/net/bfin_mac.o > drivers/net/bfin_mac.c: In function 'setup_pin_mux': > drivers/net/bfin_mac.c:275: error: 'P_MII0' undecl

Re: [PATCH 3/3] Blackfin EMAC driver: Add phyabstraction layer supporting in bfin_emac driver

2007-09-16 Thread Robin Getz
On Sat 15 Sep 2007 22:57, Bryan Wu pondered: > > - add MDIO functions and register mdio bus > - add phy abstraction layer (PAL) functions and use PAL API > - test on STAMP537 board Today, the Kconfig for the Blackfin just includes: > config BFIN_MAC > tristate "Blackfin 536/537 on-chi

Re: [PATCH] CONFIG_PACKET_MMAP should depend on MMU

2007-04-17 Thread Robin Getz
On Tue 17 Apr 2007 06:36, Aubrey Li pondered: > Here, in the attachment I wrote a small test app. Please correct if > there is anything wrong, and feel free to improve it. Thanks. David - Does this give you what you need? - To unsubscribe from this list: send the line "unsubscribe netdev" in the

Re: [PATCH] CONFIG_PACKET_MMAP should depend on MMU

2007-04-10 Thread Robin Getz
On Tue 10 Apr 2007 08:55, David Howells pondered: > Looking at alloc_pg_vec() in af_packet.c, I will place my bets on the > latter case. I don't know that this is a problem; it depends on how things > work, and that I don't know offhand. If someone can give me a simple test > program, I would be

Re: [PATCH] CONFIG_PACKET_MMAP should depend on MMU

2007-04-09 Thread Robin Getz
On Mon 9 Apr 2007 14:43, David Miller pondered: > From: David Miller <[EMAIL PROTECTED]> > Date: Mon, 09 Apr 2007 09:55:23 -0700 (PDT) > > > > I will apply this patch. > > Actually I won't, the other comments in this thread make a lot > of sense, we should try to make it build and work just as we >

Re: [PATCH] CONFIG_PACKET_MMAP should depend on MMU

2007-04-09 Thread Robin Getz
On Mon 9 Apr 2007 05:50, Wu, Bryan pondered: > On Mon, 2007-04-09 at 11:01 +0800, Aubrey Li wrote: > > The option CONFIG_PACKET_MMAP should depend on MMU. > > > > Signed-off-by: Aubrey.Li <[EMAIL PROTECTED]> > > --- > > net/packet/Kconfig |2 +- > > 1 files changed, 1 insertions(+), 1 deletion

Re: [PATCH -mm 3/5] Blackfin: on-chip ethernet MAC controller driver

2007-03-01 Thread Robin Getz
On Thu 1 Mar 2007 10:52, Stephen Hemminger pondered: > Wu, Bryan wrote: > > Hi folks, > > > > Here is the blackfin on-chip ethernet MAC controller driver for Linux. > > > > Index: linux-2.6/drivers/net/Kconfig > > === > > --- linux-2.6