Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - nfe driver: Page 1 of 13 (13 Items)
   
nfe driver  
Hi,
I am trying to get my Nvidia NForce3 chipset's ethernet controller working. From NetBSD source it is confirmed that nfe 
is the driver I am looking for.
I downloaded 
if_nfe.c 
if_nfereg.h 
if_nfevar.h

(Also I downloaded the core_networking/trunk and built successfully, currently my QCONF_OVERRIDE is configured for the 
newly built directory)
followed the guidelines to build bge driver and changed my nfe driver accordingly. After a bit of fight I finally able 
to get the nfe driver compiling.
After that i did 
slay io-net
io-pkt-v4-hc -dnfe

This command just loads without errors. when i look at 'sloginfo' I can see the printf i have put in nfe/init.c printing
 but the pci_qnx_scan is returning no such device or address. What could be the problem.

How to debug the io-pkt* with my driver?

(On Linux I am using forcedeth driver)