This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RedBoot "set MAC address" API?


I've found the "normal" driver API to set an Ethernet interface's MAC
address using the driver's control function with a key of
ETH_DRV_SET_MAC_ADDRESS, but how does one do the same thing in
RedBoot?  The only ethernet driver functions I can find that
are visible to RedBoot "application" code are

 eth_drv_buffers_init
 eth_drv_dsr
 eth_drv_int_vector
 eth_drv_read
 eth_drv_stop
 eth_drv_write

How do I call the ethernet driver's control function to set the
MAC address?
 
-- 
Grant Edwards                   grante             Yow!  HAIR TONICS, please!!
                                  at               
                               visi.com            


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]