diff options
author | Gareth Hughes <gareth@users.sourceforge.net> | 2001-02-14 05:32:44 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@users.sourceforge.net> | 2001-02-14 05:32:44 +0000 |
commit | bd7194117fcc0607786a15859b305c7a289344e9 (patch) | |
tree | 7b28a6ae0c584790bea72b01bd187f71118dfa29 | |
parent | fd77293b08c540f3a8ceeabb13c0e63e23aebec4 (diff) |
Add helpful message to other developers.
-rw-r--r-- | linux-core/drm_bufs.c | 4 | ||||
-rw-r--r-- | linux/drm_bufs.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/linux-core/drm_bufs.c b/linux-core/drm_bufs.c index f5637ee9..0be5d24d 100644 --- a/linux-core/drm_bufs.c +++ b/linux-core/drm_bufs.c @@ -298,6 +298,8 @@ int DRM(addbufs_agp)( struct inode *inode, struct file *filp, DRM_DEBUG( "dma->buf_count : %d\n", dma->buf_count ); DRM_DEBUG( "entry->buf_count : %d\n", entry->buf_count ); +/* GH: Please leave this disabled for now. I need to fix this properly... + */ #if 0 /* FIXME: work this mess out... */ @@ -468,6 +470,8 @@ int DRM(addbufs_pci)( struct inode *inode, struct file *filp, dma->page_count += entry->seg_count << page_order; dma->byte_count += PAGE_SIZE * (entry->seg_count << page_order); +/* GH: Please leave this disabled for now. I need to fix this properly... + */ #if 0 /* FIXME: work this mess out... */ diff --git a/linux/drm_bufs.h b/linux/drm_bufs.h index f5637ee9..0be5d24d 100644 --- a/linux/drm_bufs.h +++ b/linux/drm_bufs.h @@ -298,6 +298,8 @@ int DRM(addbufs_agp)( struct inode *inode, struct file *filp, DRM_DEBUG( "dma->buf_count : %d\n", dma->buf_count ); DRM_DEBUG( "entry->buf_count : %d\n", entry->buf_count ); +/* GH: Please leave this disabled for now. I need to fix this properly... + */ #if 0 /* FIXME: work this mess out... */ @@ -468,6 +470,8 @@ int DRM(addbufs_pci)( struct inode *inode, struct file *filp, dma->page_count += entry->seg_count << page_order; dma->byte_count += PAGE_SIZE * (entry->seg_count << page_order); +/* GH: Please leave this disabled for now. I need to fix this properly... + */ #if 0 /* FIXME: work this mess out... */ |