1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

fix braino.. line misplaced.

This commit is contained in:
Julian Elischer 1999-11-19 09:19:44 +00:00
parent bb8f8c633e
commit 2045179917
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53417
3 changed files with 3 additions and 3 deletions

View File

@ -1160,7 +1160,6 @@ srstart(struct sr_softc *sc)
sca_descriptor *txdesc; /* working descriptor pointr */
struct buf_block *blkp;
hc = sc->hc;
#ifndef NETGRAPH
#if BUGGY > 0
printf("sr: srstart( ifp=%08x)\n", ifp);
@ -1169,6 +1168,7 @@ srstart(struct sr_softc *sc)
if ((ifp->if_flags & IFF_RUNNING) == 0)
return;
#endif /* NETGRAPH */
hc = sc->hc;
/*
* It is OK to set the memory window outside the loop because all tx
* buffers and descriptors are assumed to be in the same 16K window.

View File

@ -1160,7 +1160,6 @@ srstart(struct sr_softc *sc)
sca_descriptor *txdesc; /* working descriptor pointr */
struct buf_block *blkp;
hc = sc->hc;
#ifndef NETGRAPH
#if BUGGY > 0
printf("sr: srstart( ifp=%08x)\n", ifp);
@ -1169,6 +1168,7 @@ srstart(struct sr_softc *sc)
if ((ifp->if_flags & IFF_RUNNING) == 0)
return;
#endif /* NETGRAPH */
hc = sc->hc;
/*
* It is OK to set the memory window outside the loop because all tx
* buffers and descriptors are assumed to be in the same 16K window.

View File

@ -1160,7 +1160,6 @@ srstart(struct sr_softc *sc)
sca_descriptor *txdesc; /* working descriptor pointr */
struct buf_block *blkp;
hc = sc->hc;
#ifndef NETGRAPH
#if BUGGY > 0
printf("sr: srstart( ifp=%08x)\n", ifp);
@ -1169,6 +1168,7 @@ srstart(struct sr_softc *sc)
if ((ifp->if_flags & IFF_RUNNING) == 0)
return;
#endif /* NETGRAPH */
hc = sc->hc;
/*
* It is OK to set the memory window outside the loop because all tx
* buffers and descriptors are assumed to be in the same 16K window.