[BACK]Return to dcm.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / hp300 / dev

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/hp300/dev/dcm.c between version 1.5 and 1.6

version 1.5, 1993/05/29 19:41:43 version 1.6, 1993/07/07 11:12:33
Line 1173  dcmcnprobe(cp)
Line 1173  dcmcnprobe(cp)
   
         /* initialize required fields */          /* initialize required fields */
         cp->cn_dev = makedev(dcmmajor, unit);          cp->cn_dev = makedev(dcmmajor, unit);
         cp->cn_tp = dcm_tty[unit];  
         switch (dcm_addr[BOARD(unit)]->dcm_rsid) {          switch (dcm_addr[BOARD(unit)]->dcm_rsid) {
         case DCMID:          case DCMID:
                 cp->cn_pri = CN_NORMAL;                  cp->cn_pri = CN_NORMAL;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>