Remove some noise being spit to the console.
authorEric Anholt <anholt@freebsd.org>
Sun, 29 Sep 2002 23:56:17 +0000 (23:56 +0000)
committerEric Anholt <anholt@freebsd.org>
Sun, 29 Sep 2002 23:56:17 +0000 (23:56 +0000)
bsd-core/drm_bufs.c
bsd/drm_bufs.h

index 46dc1c9..7d56d0a 100644 (file)
@@ -141,8 +141,6 @@ int DRM(addmap)( DRM_IOCTL_ARGS )
                break;
 
        case _DRM_SHM:
-               DRM_INFO( "%ld %d %d\n",
-                          map->size, DRM(order)( map->size ), PAGE_SHIFT);
                map->handle = (void *)DRM(alloc)(map->size, DRM_MEM_SAREA);
                DRM_DEBUG( "%ld %d %p\n",
                           map->size, DRM(order)( map->size ), map->handle );
index 46dc1c9..7d56d0a 100644 (file)
@@ -141,8 +141,6 @@ int DRM(addmap)( DRM_IOCTL_ARGS )
                break;
 
        case _DRM_SHM:
-               DRM_INFO( "%ld %d %d\n",
-                          map->size, DRM(order)( map->size ), PAGE_SHIFT);
                map->handle = (void *)DRM(alloc)(map->size, DRM_MEM_SAREA);
                DRM_DEBUG( "%ld %d %p\n",
                           map->size, DRM(order)( map->size ), map->handle );