[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.232 and 1.233

version 1.232, 2005/08/25 22:33:19 version 1.233, 2005/11/26 13:54:18
Line 904  scsi_probe_device(struct scsibus_softc *
Line 904  scsi_probe_device(struct scsibus_softc *
                                     ~(PERIPH_CAP_SYNC |                                      ~(PERIPH_CAP_SYNC |
                                       PERIPH_CAP_WIDE16 |                                        PERIPH_CAP_WIDE16 |
                                       PERIPH_CAP_WIDE32);                                        PERIPH_CAP_WIDE32);
                                 /* FALLTHOUGH */                                  /* FALLTHROUGH */
                         case SID_CLOCKING_SD_DT:                          case SID_CLOCKING_SD_DT:
                                 periph->periph_cap |= PERIPH_CAP_DT;                                  periph->periph_cap |= PERIPH_CAP_DT;
                                 break;                                  break;

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233

CVSweb <webmaster@jp.NetBSD.org>