[BACK]Return to com_subr.c CVS log [TXT][DIR] Up to [local] / sys / dev / ic

Diff for /sys/dev/ic/com_subr.c between version 1.1 and 1.2

version 1.1, 2008/03/04 16:10:26 version 1.2, 2008/05/11 10:26:13
Line 325 
Line 325 
                 panic("comattach: bad fifo type");                  panic("comattach: bad fifo type");
         }          }
   
 #ifdef notyet  
         com_fifo_probe(sc);          com_fifo_probe(sc);
 #endif  
   
         if (sc->sc_fifolen == 0) {          if (sc->sc_fifolen == 0) {
                 CLR(sc->sc_hwflags, COM_HW_FIFO);                  CLR(sc->sc_hwflags, COM_HW_FIFO);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb