CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/27 09:55:01
Modified files:
sys/dev/pci : virtio_pci.c
Log message:
fix virtio_pci on 32bit archs
bus_space_read/write_8 do not exist there, use two 32bit operations.
