From: Jan-Benedict G. <jb...@us...> - 2005-04-25 22:25:15
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30232/drivers/vax/net Modified Files: delqa.c Log Message: - Removal of $Id$ - Touchup for ptrace.c -- there's probably another round needed, tough... Index: delqa.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/net/delqa.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- delqa.c 25 Apr 2005 09:37:12 -0000 1.11 +++ delqa.c 25 Apr 2005 22:25:06 -0000 1.12 @@ -1,26 +1,23 @@ - -/* $Id$ - - Quick-and-dirty driver for DELQA/DESQA (Q-bus ethernet adapters) - - (C) 2002-2004, Kenn Humborg - - TODO: Pre-allocate the Q-bus mapping registers for TX at init time and - re-use them, rather than allocating them for each packet. This - would remove the only failure possibility from delqa_start_xmit(). - - TODO: Allow multiple DELQAs at different base addresses. - - TODO: Reset DELQA on q-bus memory access error (is this the right - thing to do?). - - TODO: Implement delqa_tx_timeout(). - - TODO: Handle multicast addresses and PROMISC flag in format_setup_frame(). - - TODO: Implement delqa_close(). -*/ - +/* + * Quick-and-dirty driver for DELQA/DESQA (Q-bus ethernet adapters) + * + * (C) 2002-2004, Kenn Humborg + * + * TODO: Pre-allocate the Q-bus mapping registers for TX at init time and + * re-use them, rather than allocating them for each packet. This + * would remove the only failure possibility from delqa_start_xmit(). + * + * TODO: Allow multiple DELQAs at different base addresses. + * + * TODO: Reset DELQA on q-bus memory access error (is this the right + * thing to do?). + * + * TODO: Implement delqa_tx_timeout(). + * + * TODO: Handle multicast addresses and PROMISC flag in format_setup_frame(). + * + * TODO: Implement delqa_close(). + */ #include <linux/init.h> #include <linux/netdevice.h> |