--- Quote Start ---
originally posted by jan@Apr 28 2006, 01:05 AM
hi fellows,
i know about poor documentation support for uclinux, but can anyone tell me, where is the documentation about which devices are supported by which drivers in uclinux distribution for nios?
please do not tell to go through /linux/drivers directory structure to investigate milion lines of drivers code to find out, what it can be good for http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/wink.gif i tried to run uclinux configurator and it seems there are all the things which are supported by general uclinux version, but nobody knows how much of these is ported for nios http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/sad.gif
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14808)
--- quote end ---
--- Quote End ---
In the past I would do something like this from the top level directoy:
find . -name Makefile -exec grep NIOS {} \;
or
find . -name Konfig -exec grep NIOS grep {} \;
That should give you a good idea about which drivers are supported by NIOS...