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:
patacongo
2007-12-02 23:11:54 +00:00
parent 3e64d53637
commit 55358e04c8
4 changed files with 597 additions and 3 deletions
+1 -1
View File
@@ -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)
+1
View File
@@ -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%">
+2 -2
View File
@@ -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