[BACK]Return to atapiconf.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/atapiconf.c between version 1.72.22.2 and 1.72.22.3

version 1.72.22.2, 2007/12/01 14:46:39 version 1.72.22.3, 2007/12/08 16:21:34
Line 162  atapibusattach(struct device *parent, st
Line 162  atapibusattach(struct device *parent, st
         chan->chan_init_cb_arg = NULL;          chan->chan_init_cb_arg = NULL;
         scsipi_channel_init(chan);          scsipi_channel_init(chan);
   
         if (!pnp_device_register(self, NULL, NULL))          if (!pmf_device_register(self, NULL, NULL))
                 aprint_error_dev(self, "couldn't establish power handler\n");                  aprint_error_dev(self, "couldn't establish power handler\n");
   
         /* Probe the bus for devices. */          /* Probe the bus for devices. */

Legend:
Removed from v.1.72.22.2  
changed lines
  Added in v.1.72.22.3

CVSweb <webmaster@jp.NetBSD.org>