[BACK]Return to viornd.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/viornd.c between version 1.15 and 1.16

version 1.15, 2022/03/19 11:37:06 version 1.16, 2022/03/19 16:20:45
Line 139  viornd_attach(device_t parent, device_t 
Line 139  viornd_attach(device_t parent, device_t 
         sc->sc_dev = self;          sc->sc_dev = self;
         sc->sc_virtio = vsc;          sc->sc_virtio = vsc;
   
         mutex_init(&sc->sc_mutex, MUTEX_DEFAULT, IPL_SOFTSERIAL);          mutex_init(&sc->sc_mutex, MUTEX_DEFAULT, IPL_VM);
   
         error = bus_dmamem_alloc(virtio_dmat(vsc),          error = bus_dmamem_alloc(virtio_dmat(vsc),
                                  VIRTIO_PAGE_SIZE, 0, 0, segs, 1, &nsegs,                                   VIRTIO_PAGE_SIZE, 0, 0, segs, 1, &nsegs,

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>