CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/11/27 00:54:06
Modified files: sys/dev/pci : if_ix.c Log message: Use dv_xname instead of if_xname to establish our interrupt. The latter is still unset when at this point, and some MD variants of pci_intr_establish(9) make a copy of the string instead of storing a pointer. Makes vmstat -i properly print the device name on sparc64. ok mikeb@, deraadt@