From be7679e03da5bfac034c384fdd62b70afef88326 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 9 Sep 2009 18:00:13 +0000 Subject: This two FIFO handling bugs in LM3S ethernet driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2031 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/README.txt | 1 + nuttx/configs/eagle100/httpd/defconfig | 2 ++ nuttx/configs/eagle100/nettest/defconfig | 2 ++ nuttx/configs/eagle100/nsh/defconfig | 2 ++ nuttx/configs/eagle100/nxflat/defconfig | 2 ++ nuttx/configs/eagle100/ostest/defconfig | 2 ++ nuttx/configs/eagle100/thttpd/defconfig | 2 ++ 7 files changed, 13 insertions(+) (limited to 'nuttx/configs/eagle100') diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt index 32bcd2bfd..4f992935c 100644 --- a/nuttx/configs/eagle100/README.txt +++ b/nuttx/configs/eagle100/README.txt @@ -287,6 +287,7 @@ Eagle100-specific Configuration Options CONFIG_LM3S_MULTICAST - Set to enable multicast frames CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. + CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. Configurations ^^^^^^^^^^^^^^ diff --git a/nuttx/configs/eagle100/httpd/defconfig b/nuttx/configs/eagle100/httpd/defconfig index d8fc5aa70..fa0320ebb 100644 --- a/nuttx/configs/eagle100/httpd/defconfig +++ b/nuttx/configs/eagle100/httpd/defconfig @@ -152,6 +152,7 @@ CONFIG_SSI_POLLWAIT=y # CONFIG_LM3S_MULTICAST - Set to enable multicast frames # CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode # CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. +# CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. # CONFIG_LM3S_ETHERNET=y CONFIG_LM3S_ETHLEDS=n @@ -162,6 +163,7 @@ CONFIG_LM3S_ETHNOPAD=n CONFIG_LM3S_MULTICAST=n CONFIG_LM3S_PROMISCUOUS=n CONFIG_LM3S_BADCRC=n +CONFIG_LM3S_DUMPPACKET=n # # General build options diff --git a/nuttx/configs/eagle100/nettest/defconfig b/nuttx/configs/eagle100/nettest/defconfig index c4a90ca94..ba0d5456d 100644 --- a/nuttx/configs/eagle100/nettest/defconfig +++ b/nuttx/configs/eagle100/nettest/defconfig @@ -152,6 +152,7 @@ CONFIG_SSI_POLLWAIT=y # CONFIG_LM3S_MULTICAST - Set to enable multicast frames # CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode # CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. +# CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. # CONFIG_LM3S_ETHERNET=y CONFIG_LM3S_ETHLEDS=n @@ -162,6 +163,7 @@ CONFIG_LM3S_ETHNOPAD=n CONFIG_LM3S_MULTICAST=n CONFIG_LM3S_PROMISCUOUS=n CONFIG_LM3S_BADCRC=n +CONFIG_LM3S_DUMPPACKET=n # # General build options diff --git a/nuttx/configs/eagle100/nsh/defconfig b/nuttx/configs/eagle100/nsh/defconfig index 1fad6d0be..c11a7a1dc 100644 --- a/nuttx/configs/eagle100/nsh/defconfig +++ b/nuttx/configs/eagle100/nsh/defconfig @@ -152,6 +152,7 @@ CONFIG_SSI_POLLWAIT=y # CONFIG_LM3S_MULTICAST - Set to enable multicast frames # CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode # CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. +# CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. # CONFIG_LM3S_ETHERNET=n CONFIG_LM3S_ETHLEDS=n @@ -162,6 +163,7 @@ CONFIG_LM3S_ETHNOPAD=n CONFIG_LM3S_MULTICAST=n CONFIG_LM3S_PROMISCUOUS=n CONFIG_LM3S_BADCRC=n +CONFIG_LM3S_DUMPPACKET=n # # General build options diff --git a/nuttx/configs/eagle100/nxflat/defconfig b/nuttx/configs/eagle100/nxflat/defconfig index e76b7feee..4c918349f 100644 --- a/nuttx/configs/eagle100/nxflat/defconfig +++ b/nuttx/configs/eagle100/nxflat/defconfig @@ -152,6 +152,7 @@ CONFIG_SSI_POLLWAIT=y # CONFIG_LM3S_MULTICAST - Set to enable multicast frames # CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode # CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. +# CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. # CONFIG_LM3S_ETHERNET=n CONFIG_LM3S_ETHLEDS=n @@ -162,6 +163,7 @@ CONFIG_LM3S_ETHNOPAD=n CONFIG_LM3S_MULTICAST=n CONFIG_LM3S_PROMISCUOUS=n CONFIG_LM3S_BADCRC=n +CONFIG_LM3S_DUMPPACKET=n # # General build options diff --git a/nuttx/configs/eagle100/ostest/defconfig b/nuttx/configs/eagle100/ostest/defconfig index 1a20946c4..c64832451 100644 --- a/nuttx/configs/eagle100/ostest/defconfig +++ b/nuttx/configs/eagle100/ostest/defconfig @@ -152,6 +152,7 @@ CONFIG_SSI_POLLWAIT=y # CONFIG_LM3S_MULTICAST - Set to enable multicast frames # CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode # CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. +# CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. # CONFIG_LM3S_ETHERNET=n CONFIG_LM3S_ETHLEDS=n @@ -162,6 +163,7 @@ CONFIG_LM3S_ETHNOPAD=n CONFIG_LM3S_MULTICAST=n CONFIG_LM3S_PROMISCUOUS=n CONFIG_LM3S_BADCRC=n +CONFIG_LM3S_DUMPPACKET=n # # General build options diff --git a/nuttx/configs/eagle100/thttpd/defconfig b/nuttx/configs/eagle100/thttpd/defconfig index b369e70b0..f1036fa36 100644 --- a/nuttx/configs/eagle100/thttpd/defconfig +++ b/nuttx/configs/eagle100/thttpd/defconfig @@ -152,6 +152,7 @@ CONFIG_SSI_POLLWAIT=y # CONFIG_LM3S_MULTICAST - Set to enable multicast frames # CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode # CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. +# CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. # CONFIG_LM3S_ETHERNET=y CONFIG_LM3S_ETHLEDS=n @@ -162,6 +163,7 @@ CONFIG_LM3S_ETHNOPAD=n CONFIG_LM3S_MULTICAST=n CONFIG_LM3S_PROMISCUOUS=n CONFIG_LM3S_BADCRC=n +CONFIG_LM3S_DUMPPACKET=n # # General build options -- cgit v1.2.3