From a8492f84bfa6da2f288a534e337bc3ea54b1316b Mon Sep 17 00:00:00 2001 From: matk Date: Sat, 6 Mar 2004 15:52:42 +0000 Subject: Augment /dev/sndstat with the module names, if applicable. Approved by: tanimura (mentor) --- sys/dev/sound/pci/maestro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sound/pci/maestro.c') 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; -- cgit v1.1