From 54fca8169634fbcb41cbf12007946777bcb8623e Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 27 Jun 2002 22:25:54 +0000 Subject: [PATCH] comment fix --- bsd-core/ati_pcigart.c | 3 ++- bsd/ati_pcigart.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bsd-core/ati_pcigart.c b/bsd-core/ati_pcigart.c index ca93ec18..ca61e6dd 100644 --- a/bsd-core/ati_pcigart.c +++ b/bsd-core/ati_pcigart.c @@ -103,7 +103,8 @@ int DRM(ati_pcigart_init)( drm_device_t *dev, for ( i = 0 ; i < pages ; i++ ) { /* we need to support large memory configurations */ - /* FIXME non-vtophys==vtobus-arches */ entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) ); + /* FIXME non-vtophys==vtobus-arches */ + entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) ); /* if (entry->busaddr[i] == 0) { DRM_ERROR( "unable to map PCIGART pages!\n" ); DRM(ati_pcigart_cleanup)( dev, (unsigned long)address, bus_address ); diff --git a/bsd/ati_pcigart.h b/bsd/ati_pcigart.h index ca93ec18..ca61e6dd 100644 --- a/bsd/ati_pcigart.h +++ b/bsd/ati_pcigart.h @@ -103,7 +103,8 @@ int DRM(ati_pcigart_init)( drm_device_t *dev, for ( i = 0 ; i < pages ; i++ ) { /* we need to support large memory configurations */ - /* FIXME non-vtophys==vtobus-arches */ entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) ); + /* FIXME non-vtophys==vtobus-arches */ + entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) ); /* if (entry->busaddr[i] == 0) { DRM_ERROR( "unable to map PCIGART pages!\n" ); DRM(ati_pcigart_cleanup)( dev, (unsigned long)address, bus_address );