mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Add skeleton ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@422 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -266,4 +266,4 @@
|
||||
* Correct processing of input UDP broadcast packets.
|
||||
* Verfied basic DHCP client functionality (netutils/dhcpc)
|
||||
* Implemented send() timeout logic
|
||||
* Add TELNETD front end to NSH (examples/nsh)
|
||||
* Add a skeleton Ethernet device driver (drivers/net/skeleton.c)
|
||||
|
||||
@@ -755,6 +755,7 @@ Other memory:
|
||||
* Verfied basic DHCP client functionality (netutils/dhcpc)
|
||||
* Implemented send() timeout logic
|
||||
* Add TELNETD front end to NSH (examples/nsh)
|
||||
* Add a skeleton Ethernet device driver (drivers/net/skeleton.c)
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
|
||||
@@ -1337,7 +1337,7 @@ static inline void dm9x_phymode(struct dm9x_driver_s *dm9x)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Function: dm9x_phymode
|
||||
* Function: dm9x_ifup
|
||||
*
|
||||
* Description:
|
||||
* NuttX Callback: Bring up the DM90x0 interface when an IP address is
|
||||
@@ -1403,7 +1403,7 @@ static int dm9x_ifup(struct uip_driver_s *dev)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Function: dm9x_phymode
|
||||
* Function: dm9x_ifdown
|
||||
*
|
||||
* Description:
|
||||
* NuttX Callback: Stop the interface.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user