summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/solo.c
diff options
context:
space:
mode:
authormatk <matk@FreeBSD.org>2004-03-06 15:52:42 +0000
committermatk <matk@FreeBSD.org>2004-03-06 15:52:42 +0000
commita8492f84bfa6da2f288a534e337bc3ea54b1316b (patch)
tree8da3a77b5bb1433a25b93ea34cac1f381fd53019 /sys/dev/sound/pci/solo.c
parentd763a3ee32bbf9afe40744bff2abaf67a75150f3 (diff)
downloadFreeBSD-src-a8492f84bfa6da2f288a534e337bc3ea54b1316b.zip
FreeBSD-src-a8492f84bfa6da2f288a534e337bc3ea54b1316b.tar.gz
Augment /dev/sndstat with the module names, if applicable.
Approved by: tanimura (mentor)
Diffstat (limited to 'sys/dev/sound/pci/solo.c')
-rw-r--r--sys/dev/sound/pci/solo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c
index 0a4ed4d..1e213b6 100644
--- a/sys/dev/sound/pci/solo.c
+++ b/sys/dev/sound/pci/solo.c
@@ -997,9 +997,9 @@ ess_attach(device_t dev)
goto no;
}
- snprintf(status, SND_STATUSLEN, "at io 0x%lx,0x%lx,0x%lx irq %ld",
+ snprintf(status, SND_STATUSLEN, "at io 0x%lx,0x%lx,0x%lx irq %ld %s",
rman_get_start(sc->io), rman_get_start(sc->sb), rman_get_start(sc->vc),
- rman_get_start(sc->irq));
+ rman_get_start(sc->irq),PCM_KLDSTRING(snd_solo));
if (pcm_register(dev, sc, 1, 1))
goto no;
OpenPOWER on IntegriCloud