Remove double-blank lines (Al)

This commit is contained in:
Ben Gras
2005-08-22 15:17:42 +00:00
parent 3aca81a22a
commit e2e90b1fdc
40 changed files with 7 additions and 361 deletions

View File

@@ -6,6 +6,9 @@
** National Semiconductor NS 8390 Network Interface Controller
**
** $Log$
** Revision 1.2 2005/08/22 15:17:40 beng
** Remove double-blank lines (Al)
**
** Revision 1.1 2005/06/29 10:16:46 beng
** Import of dpeth 3c501/3c509b/.. ethernet driver by
** Giovanni Falzoni <fgalzoni@inwind.it>.
@@ -16,7 +19,6 @@
** $Id$
*/
#define DP_PAGESIZE 256 /* NS 8390 page size */
#define SENDQ_PAGES 6 /* SENDQ_PAGES * DP_PAGESIZE >= 1514 bytes */

View File

@@ -547,7 +547,6 @@ PUBLIC int main(int argc, char **argv)
if ((fkey_map(&fkeys, &sfkeys)) != OK)
printf("%s: couldn't program Shift+F8 key (%d)\n", DevName, errno);
#ifdef ETH_IGN_PROTO
{
static u16_t eth_ign_proto = 0;
@@ -624,5 +623,4 @@ PUBLIC int main(int argc, char **argv)
return OK; /* Never reached, but keeps compiler happy */
}
/** dp.c **/

View File

@@ -285,7 +285,6 @@ dpeth_t *dep;
return 1;
}
/*===========================================================================*
* we_16bitslot *
*===========================================================================*/

View File

@@ -5,6 +5,9 @@
** $PchId: wdeth.h,v 1.4 1995/12/22 08:36:57 philip Exp $
**
** $Log$
** Revision 1.2 2005/08/22 15:17:40 beng
** Remove double-blank lines (Al)
**
** Revision 1.1 2005/06/29 10:16:46 beng
** Import of dpeth 3c501/3c509b/.. ethernet driver by
** Giovanni Falzoni <fgalzoni@inwind.it>.
@@ -94,7 +97,6 @@
#define E_790_GCR_IR1 0x08 /* bit 1 of encoded IRQ */
#define E_790_GCR_IR2 0x40 /* bit 2 of encoded IRQ */
#define inb_we(dep, reg) (inb(dep->de_base_port+reg))
#define outb_we(dep, reg, data) (outb(dep->de_base_port+reg, data))