From 9ef2a3fe2bed096bb54e91ec21a79c6b58c8239b Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 8 Dec 2008 19:06:35 +0000 Subject: Make the various drm drivers print the interrupt they're using. ok oga@ --- sys/dev/pci/drm/r128_drv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/pci/drm/r128_drv.c') diff --git a/sys/dev/pci/drm/r128_drv.c b/sys/dev/pci/drm/r128_drv.c index 2e482066256..480256daf26 100644 --- a/sys/dev/pci/drm/r128_drv.c +++ b/sys/dev/pci/drm/r128_drv.c @@ -140,6 +140,7 @@ ragedrm_attach(struct device *parent, struct device *self, void *aux) printf(": couldn't map interrupt\n"); return; } + printf(": %s\n", pci_intr_string(pa->pa_pc, dev_priv->ih)); is_agp = pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, NULL, NULL); -- cgit v1.2.3