summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/maestro.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/maestro.c')
-rw-r--r--sys/dev/sound/pci/maestro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c
index a2ac979..41571c6 100644
--- a/sys/dev/sound/pci/maestro.c
+++ b/sys/dev/sound/pci/maestro.c
@@ -1033,8 +1033,8 @@ agg_attach(device_t dev)
ess->irqid = irqid;
ess->ih = ih;
- snprintf(status, SND_STATUSLEN, "at I/O port 0x%lx irq %ld",
- rman_get_start(reg), rman_get_start(irq));
+ snprintf(status, SND_STATUSLEN, "at I/O port 0x%lx irq %ld %s",
+ rman_get_start(reg), rman_get_start(irq),PCM_KLDSTRING(snd_maestro));
if (pcm_register(dev, ess, AGG_MAXPLAYCH, 1))
goto bad;
OpenPOWER on IntegriCloud