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

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

Diff for /src/sys/dev/pci/viomb.c between version 1.2 and 1.3

version 1.2, 2013/10/17 21:06:15 version 1.3, 2014/07/22 01:55:54
Line 140  viomb_attach(device_t parent, device_t s
Line 140  viomb_attach(device_t parent, device_t s
         vsc->sc_nvqs = 2;          vsc->sc_nvqs = 2;
         vsc->sc_config_change = viomb_config_change;          vsc->sc_config_change = viomb_config_change;
         vsc->sc_intrhand = virtio_vq_intr;          vsc->sc_intrhand = virtio_vq_intr;
           vsc->sc_flags = 0;
   
         virtio_negotiate_features(vsc,          virtio_negotiate_features(vsc,
                                   VIRTIO_CONFIG_DEVICE_FEATURES);                                    VIRTIO_CONFIG_DEVICE_FEATURES);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>