summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-11-23 18:52:17 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-11-23 18:52:17 +0000
commitb441200e48f163d3945f5a343666d4fde967f080 (patch)
tree76eebdf33521de1f5a0c014c3fc61f2ec5567b12 /sys/dev/pci
parentb5f451ac5339886ea0aacf419795cc922ae485db (diff)
remove a debug printf that won't compile anymore.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/drm/ati_pcigart.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/ati_pcigart.c b/sys/dev/pci/drm/ati_pcigart.c
index b9a5c4c55c9..2a932db58f3 100644
--- a/sys/dev/pci/drm/ati_pcigart.c
+++ b/sys/dev/pci/drm/ati_pcigart.c
@@ -131,8 +131,6 @@ drm_ati_pcigart_init(struct drm_device *dev,
gart_info->bus_addr =
gart_info->tbl.dma.mem->map->dm_segs[0].ds_addr;
} else {
- DRM_DEBUG("PCI: Gart Table: VRAM %08X mapped at %08lX\n",
- (unsigned int)bus_address, (unsigned long)address);
bus_space_set_region_1(gart_info->tbl.fb.bst,
gart_info->tbl.fb.bsh, 0, 0, gart_info->table_size);
}