summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/ich.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/ich.c')
-rw-r--r--sys/dev/sound/pci/ich.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 6fb8809..4895ad6 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -1192,12 +1192,6 @@ ich_pci_resume(device_t dev)
sc = pcm_getdevinfo(dev);
- if (sc->regtype == SYS_RES_IOPORT)
- pci_enable_io(dev, SYS_RES_IOPORT);
- else
- pci_enable_io(dev, SYS_RES_MEMORY);
- pci_enable_busmaster(dev);
-
ICH_LOCK(sc);
/* Reinit audio device */
if (ich_init(sc) == -1) {
OpenPOWER on IntegriCloud