Remove double-blank lines (Al)
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 **/
|
||||
|
||||
@@ -285,7 +285,6 @@ dpeth_t *dep;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================*
|
||||
* we_16bitslot *
|
||||
*===========================================================================*/
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user