diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-09-01 20:53:43 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-09-01 20:53:43 +0000 |
| commit | 4249382df0511b51db40ad807c99c41f488778ed (patch) | |
| tree | 7d046520bd727bb9d34c88bead403c9bf7be0738 /sys/dev/sound/isa/mss.c | |
| parent | 5d3e37130b5b95d0320701f18a82e42885942446 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/isa/mss.c')
| -rw-r--r-- | sys/dev/sound/isa/mss.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index cc34ddc66b1f..13645d9debe3 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -511,9 +511,11 @@ mss_probe(device_t dev) mss_probe_end: result = mss_detect(dev, mss); no: + mss_release_resources(mss, dev); +#if 0 if (setres) ISA_DELETE_RESOURCE(device_get_parent(dev), dev, SYS_RES_IOPORT, mss->io_rid); /* XXX ? */ - mss_release_resources(mss, dev); +#endif return result; } |
