summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-23 21:38:48 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-23 21:38:48 +0000
commitcb9b0ee67f9caba93a884b155d81daa83e72df51 (patch)
treee0f309507390b2ba42dcd81963eb6108cb1b70f8 /drivers/dahdi/voicebus
parent355482d9489c4a2e92f7ba74b68e84c256cbbd45 (diff)
wcte12xp, wctdm24xxp: Remove comment about converting from IO space.
This change was made in revision 8176. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9401 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus')
-rw-r--r--drivers/dahdi/voicebus/voicebus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/voicebus/voicebus.c b/drivers/dahdi/voicebus/voicebus.c
index a074630..444807f 100644
--- a/drivers/dahdi/voicebus/voicebus.c
+++ b/drivers/dahdi/voicebus/voicebus.c
@@ -1771,8 +1771,6 @@ __voicebus_init(struct voicebus *vb, const char *board_name,
goto cleanup;
}
- /* \todo This driver should be modified to use the memory mapped I/O
- as opposed to IO space for portability and performance. */
if (0 == (pci_resource_flags(vb->pdev, 0)&IORESOURCE_IO)) {
dev_err(&vb->pdev->dev, "BAR0 is not IO Memory.\n");
retval = -EIO;