fix braino.. line misplaced.
This commit is contained in:
parent
cf380ba86c
commit
a83e79bb8b
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user