diff options
Diffstat (limited to 'sys/dev/pci/viomb.c')
-rw-r--r-- | sys/dev/pci/viomb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/viomb.c b/sys/dev/pci/viomb.c index 92b1a73389c..4b3bc1f5776 100644 --- a/sys/dev/pci/viomb.c +++ b/sys/dev/pci/viomb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: viomb.c,v 1.14 2015/06/11 04:38:23 jsg Exp $ */ +/* $OpenBSD: viomb.c,v 1.15 2016/07/14 12:42:00 sf Exp $ */ /* $NetBSD: viomb.c,v 1.1 2011/10/30 12:12:21 hannken Exp $ */ /* @@ -156,7 +156,6 @@ viomb_attach(struct device *parent, struct device *self, void *aux) vsc->sc_child = self; vsc->sc_ipl = IPL_BIO; vsc->sc_config_change = viomb_config_change; - vsc->sc_intrhand = virtio_vq_intr; /* negotiate features */ features = VIRTIO_F_RING_INDIRECT_DESC; |