[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.20 and 1.21

version 1.20, 1995/12/02 18:18:50 version 1.21, 1995/12/29 17:21:29
Line 214  static char iconv[16] = {
Line 214  static char iconv[16] = {
         MI_RI|MI_CD|MI_CTS|MI_DM          MI_RI|MI_CD|MI_CTS|MI_DM
 };  };
   
 #define NDCMPORT        4       /* XXX what about 8-port cards? */  /*
    * Note that 8-port boards appear as 2 4-port boards at consecutive
    * select codes.
    */
   #define NDCMPORT        4
   
 struct  dcm_softc {  struct  dcm_softc {
         struct  hp_device *sc_hd;       /* device info */          struct  hp_device *sc_hd;       /* device info */
Line 228  struct dcm_softc {
Line 232  struct dcm_softc {
   
         /*          /*
          * Mask of soft-carrier bits in config flags.           * Mask of soft-carrier bits in config flags.
          * XXX What about 8-port cards?  
          */           */
 #define DCM_SOFTCAR     0x0000000f  #define DCM_SOFTCAR     0x0000000f
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>