From: ? <uns...@us...> - 2002-05-28 20:16:22
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/net In directory usw-pr-cvs1:/tmp/cvs-serv28350 Modified Files: vaxsgec.c Log Message: Small setup_sgec change from Christoph Index: vaxsgec.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/net/vaxsgec.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- vaxsgec.c 28 May 2002 18:41:37 -0000 1.8 +++ vaxsgec.c 28 May 2002 20:16:19 -0000 1.9 @@ -277,7 +277,7 @@ cp_to_buf ((char *) lp->card_mem->tx_buf[entry], buf_setup, sizeof (buf_setup)); lp->tx_ring[entry].bufsize = sizeof (buf_setup); - lp->tx_ring[entry].flags1 = SG_TD1_DT_SETUP | SG_TD1_IC; + lp->tx_ring[entry].flags1 = SG_TD1_DT_SETUP /* | SG_TD1_IC */; #ifdef VAX_SGEC_DEBUG_BUFFERS { |