summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/skeleton.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-30 22:46:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-30 22:46:48 +0000
commit1e01021d528e896067ebe0f74a172e7c6b39c9ab (patch)
tree5a3cece005053f06809600fc0a620a7d44c9ab22 /nuttx/drivers/net/skeleton.c
parent0494067399d622417226329f3f818f8a529bbf2a (diff)
downloadpx4-nuttx-1e01021d528e896067ebe0f74a172e7c6b39c9ab.tar.gz
px4-nuttx-1e01021d528e896067ebe0f74a172e7c6b39c9ab.tar.bz2
px4-nuttx-1e01021d528e896067ebe0f74a172e7c6b39c9ab.zip
more cs89x0 logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1749 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/net/skeleton.c')
-rw-r--r--nuttx/drivers/net/skeleton.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/net/skeleton.c b/nuttx/drivers/net/skeleton.c
index 1108a9405..5a47de221 100644
--- a/nuttx/drivers/net/skeleton.c
+++ b/nuttx/drivers/net/skeleton.c
@@ -1,7 +1,7 @@
/****************************************************************************
* drivers/net/skeleton.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -202,7 +202,7 @@ static int skel_uiptxpoll(struct uip_driver_s *dev)
uip_arp_out(&skel->sk_dev);
skel_transmit(skel);
- /* Check if there is room in the DM90x0 to hold another packet. If not,
+ /* Check if there is room in the device to hold another packet. If not,
* return a non-zero value to terminate the poll.
*/
}
@@ -553,7 +553,7 @@ static int skel_txavail(struct uip_driver_s *dev)
*
****************************************************************************/
-/* Initialize the DM90x0 chip and driver */
+/* Initialize the Ethernet controller and driver */
int skel_initialize(void)
{