On Tue, 23 May 2006, Christian T. Steigies wrote:
> On Tue, May 23, 2006 at 11:40:02PM +0200, Christian T. Steigies wrote: > >There were some warnings, that do not look good: > > > > In file included from drivers/net/macsonic.c:580: > > drivers/net/sonic.c: In function `sonic_open': > > drivers/net/sonic.c:96: warning: implicit declaration of function > > `dma_map_single' > > drivers/net/sonic.c:101: warning: implicit declaration of function > > `dma_unmap_single' > > drivers/net/macsonic.c: In function `mac_sonic_init_module': > > drivers/net/macsonic.c:625: warning: passing arg 1 of `driver_unregister' > > from incompatible pointer type > > Actually, it fails to build because of this: > > LD .tmp_vmlinux1 > drivers/built-in.o: In function `sonic_open': > macsonic.c:(.text+0x264dc): undefined reference to `dma_map_single' > macsonic.c:(.text+0x26566): undefined reference to `dma_unmap_single' > drivers/built-in.o: In function `sonic_close': > macsonic.c:(.text+0x26768): undefined reference to `dma_unmap_single' > macsonic.c:(.text+0x267a4): undefined reference to `dma_unmap_single' > drivers/built-in.o: In function `sonic_tx_timeout': > macsonic.c:(.text+0x268a2): undefined reference to `dma_unmap_single' > drivers/built-in.o: In function `sonic_send_packet': > macsonic.c:(.text+0x2690a): undefined reference to `dma_map_single' > drivers/built-in.o: In function `sonic_interrupt': > macsonic.c:(.text+0x26c5e): undefined reference to `dma_unmap_single' > drivers/built-in.o: In function `sonic_rx': > macsonic.c:(.text+0x271b4): undefined reference to `dma_map_single' > macsonic.c:(.text+0x271d6): undefined reference to `dma_unmap_single' > This indicates that 42_dma [1] hasn't been applied? Odd because I thought I saw it in the -15 debian/patches directory. -f [1] http://www.xs4all.nl/~zippel/m68k-patches/42_dma > linux-image-2.6.16-2-mac_2.6.16-15_m68k.deb with the via patch but without > sonic driver is available at: > http://people.debian.org/~cts/debian-m68k/linux-image/experimental/ > > Christian > - > To unsubscribe from this list: send the line "unsubscribe linux-m68k" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

