Module Name: src Committed By: reinoud Date: Thu Jan 21 20:48:33 UTC 2021
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
Remove dependency on bus_space_write_8() for i386 and instead implement it as
two bus_space_write_4()'s as allowed in the spec.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/virtio_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
