[BACK]Return to virtioreg.h 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/virtioreg.h between version 1.7 and 1.8

version 1.7, 2021/01/20 19:46:48 version 1.8, 2022/04/13 10:42:12
Line 99 
Line 99 
 #define  VIRTIO_CONFIG_ISR_CONFIG_CHANGE        2  #define  VIRTIO_CONFIG_ISR_CONFIG_CHANGE        2
   
 /* common device/guest features */  /* common device/guest features */
 #define VIRTIO_COMMON_FLAG_BITS \  #define VIRTIO_COMMON_FLAG_BITS                 \
         "\20" \          "\177\020"                              \
         "\x1f""BAD_FEATURE" \          "b\x20" "V1\0"  /*XXX*/                 \
         "\x1e""EVENT_IDX" \          "b\x1e" "BAD_FEATURE\0"                 \
         "\x1d""INDIRECT_DESC" \          "b\x1d" "EVENT_IDX\0"                   \
         "\x19""NOTIFY_ON_EMPTY"          "b\x1c" "INDIRECT_DESC\0"               \
           "b\x18" "NOTIFY_ON_EMPTY\0"
   
   
 /*  /*

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>