From 48cc350e21acd2b4b03c76937e2861af5271435a Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 26 Aug 2002 22:16:18 +0000 Subject: merged r200-0-1-branch --- bsd-core/Makefile | 2 +- bsd-core/drm_drv.c | 2 +- bsd-core/radeon_drv.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'bsd-core') diff --git a/bsd-core/Makefile b/bsd-core/Makefile index 9c87d963..f26fd53d 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = tdfx mga r128 radeon gamma # i810 sis i830 +SUBDIR = radeon # r128 i810 sis i830 tdfx mga gamma .include diff --git a/bsd-core/drm_drv.c b/bsd-core/drm_drv.c index fb0454dd..81ca644a 100644 --- a/bsd-core/drm_drv.c +++ b/bsd-core/drm_drv.c @@ -1207,7 +1207,7 @@ int DRM(unlock)( DRM_IOCTL_ARGS ) DRM(dma_schedule)( dev, 1 ); #endif - /* FIXME: Do we ever really need to check this??? + /* FIXME: Do we ever really need to check this? */ if ( 1 /* !dev->context_flag */ ) { if ( DRM(lock_free)( dev, &dev->lock.hw_lock->lock, diff --git a/bsd-core/radeon_drv.c b/bsd-core/radeon_drv.c index fe69fbb8..d02ab959 100644 --- a/bsd-core/radeon_drv.c +++ b/bsd-core/radeon_drv.c @@ -52,6 +52,7 @@ drm_chipinfo_t DRM(devicelist)[] = { {0x1002, 0x5157, 1, "ATI Radeon QW 7500 (AGP)"}, {0x1002, 0x5159, 1, "ATI Radeon QY VE (AGP)"}, {0x1002, 0x515A, 1, "ATI Radeon QZ VE (AGP)"}, + {0x1002, 0x514C, 1, "ATI Radeon QL 8500 (AGP)"}, {0, 0, 0, NULL} }; -- cgit v1.2.3