[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Fwd: Troubleshooting installation of ICAP drivers



Hi David,

David Montminy wrote:
It is possible that I am looking in the wrong place.  As a common
point of reference, here's the link to the uClinux CVS browser.
Should there be a xilinx_hwicap directory here?

http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClinux-2.4.x/drivers/misc/

My mistake - I'd never added the driver into CVS.  I've just done so now.

$ cvs update include/asm-microblaze drivers/misc

will collect the necessary changes. A misc character device node with minor number 200 is also required - add a line like the following to your vendors Makefile

ifdef CONFIG_XILINX_HWICAP
DEVICES +=      \
	icap,c,10,200
endif

Regards,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/