[BACK]Return to scsiconf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / scsipi

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

Diff for /src/sys/dev/scsipi/scsiconf.c between version 1.138 and 1.139

version 1.138, 2000/03/27 11:45:42 version 1.139, 2000/04/02 17:25:52
Line 127  scsibusmatch(parent, cf, aux)
Line 127  scsibusmatch(parent, cf, aux)
         struct scsipi_link *l = aux;          struct scsipi_link *l = aux;
         int channel;          int channel;
   
           if (l->type != BUS_SCSI)
                   return (0);
   
         /*          /*
          * Allow single-channel controllers to specify their channel           * Allow single-channel controllers to specify their channel
          * in a special way, so that it's not printed.           * in a special way, so that it's not printed.

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

CVSweb <webmaster@jp.NetBSD.org>