Some comment/space changes (FALLTHRU -> FALLTHROUGH, space after while).
This commit is contained in:
parent
25e13e6895
commit
9fe569d8f9
@ -2441,14 +2441,14 @@ bge_attach(device_t dev)
|
||||
case BGE_ASICREV_BCM5780:
|
||||
case BGE_ASICREV_BCM5714:
|
||||
sc->bge_flags |= BGE_FLAG_5714_FAMILY /* | BGE_FLAG_JUMBO */;
|
||||
/* FALLTHRU */
|
||||
/* FALLTHROUGH */
|
||||
case BGE_ASICREV_BCM5750:
|
||||
case BGE_ASICREV_BCM5752:
|
||||
case BGE_ASICREV_BCM5755:
|
||||
case BGE_ASICREV_BCM5787:
|
||||
case BGE_ASICREV_BCM5906:
|
||||
sc->bge_flags |= BGE_FLAG_575X_PLUS;
|
||||
/* FALLTHRU */
|
||||
/* FALLTHROUGH */
|
||||
case BGE_ASICREV_BCM5705:
|
||||
sc->bge_flags |= BGE_FLAG_5705_PLUS;
|
||||
break;
|
||||
@ -3073,7 +3073,7 @@ bge_rxeof(struct bge_softc *sc)
|
||||
bus_dmamap_sync(sc->bge_cdata.bge_rx_jumbo_ring_tag,
|
||||
sc->bge_cdata.bge_rx_jumbo_ring_map, BUS_DMASYNC_POSTREAD);
|
||||
|
||||
while(sc->bge_rx_saved_considx !=
|
||||
while (sc->bge_rx_saved_considx !=
|
||||
sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx) {
|
||||
struct bge_rx_bd *cur_rx;
|
||||
uint32_t rxidx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user