DragonFly BSD
DragonFly submit List (threaded) for 2004-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DRM Updates


From: Craig Dooley <craig@xxxxxxxxxx>
Date: Tue, 20 Jan 2004 13:57:33 -0500

Since the last patch was pretty broken, I have finished all the DRM updates and put it all in a tarball.  Notable features of this import would be SIS support, and no reliance on __FreeBSD__.  All conditional code has been modified to work with only __DragonFly__.  The locking is improved with the updates also.

-Craig
-- 
------------------------------------------------------------------------
Craig Dooley                                            craig@xxxxxxxxxx
------------------------------------------------------------------------

Attachment: drm.tar.gz
Description: application/tar-gz

Index: sys/conf/files
===================================================================
RCS file: /home/dcvs/src/sys/conf/files,v
retrieving revision 1.42
diff -u -r1.42 files
--- sys/conf/files	18 Jan 2004 12:29:46 -0000	1.42
+++ sys/conf/files	20 Jan 2004 18:13:14 -0000
@@ -1344,6 +1344,9 @@
 dev/drm/radeon/radeon_irq.c		optional radeondrm
 dev/drm/radeon/radeon_mem.c		optional radeondrm
 dev/drm/radeon/radeon_state.c		optional radeondrm
+dev/drm/sis/sis_drv.c			optional sisdrm
+dev/drm/sis/sis_ds.c			optional sisdrm
+dev/drm/sis/sis_mm.c			optional sisdrm
 dev/drm/tdfx/tdfx_drv.c			optional tdfxdrm
 emulation/43bsd/43bsd_socket.c		optional compat_43
 emulation/43bsd/43bsd_stats.c		optional compat_43


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]