diff options
| author | Mathew Kanner <matk@FreeBSD.org> | 2004-03-06 15:52:42 +0000 |
|---|---|---|
| committer | Mathew Kanner <matk@FreeBSD.org> | 2004-03-06 15:52:42 +0000 |
| commit | 0d8ed52ea550c1513301184abbc4f3b31ea7d3db (patch) | |
| tree | 8da3a77b5bb1433a25b93ea34cac1f381fd53019 /sys/dev/sound/pci/vibes.c | |
| parent | 3a6849a6e8ea2477244b4c92ab25c1dda52f4cf0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/pci/vibes.c')
| -rw-r--r-- | sys/dev/sound/pci/vibes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index 7ba9067d0f7e..c6696834f4fa 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -878,8 +878,8 @@ sv_attach(device_t dev) { pcm_addchan(dev, PCMDIR_PLAY, &svpchan_class, sc); pcm_addchan(dev, PCMDIR_REC, &svrchan_class, sc); - snprintf(status, SND_STATUSLEN, "at io 0x%lx irq %ld", - rman_get_start(sc->enh_reg), rman_get_start(sc->irq)); + snprintf(status, SND_STATUSLEN, "at io 0x%lx irq %ld %s", + rman_get_start(sc->enh_reg), rman_get_start(sc->irq),PCM_KLDSTRING(snd_vibes)); pcm_setstatus(dev, status); DEB(printf("sv_attach: succeeded\n")); |
