summaryrefslogtreecommitdiff
path: root/shared-core/sis_mm.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-97/+65
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-14/+14
2006-01-02some fixes from linux kernelDave Airlie1-2/+2
2005-09-03convert ioctl flags to use flags instead of separate intsDave Airlie1-6/+6
2005-08-04Split the control of master vs root priv. Everything is still marked asJon Smirl1-6/+6
2005-03-07minor pointer cast typoDave Airlie1-1/+1
2005-02-01cleanup patch from Adrian Bunk <bunk@stusta.de>Dave Airlie1-20/+20
2004-11-06Convert more drivers for bsd-core, moving the ioctl definitions to sharedEric Anholt1-0/+11
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-61/+59
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-10/+2
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-0/+1
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-2/+8
2004-08-14Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in anEric Anholt1-2/+2
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-11/+14
2004-05-11Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a fewEric Anholt1-3/+3
2004-02-18Fix sisfb header location for 2.6 kernelsMichel Daenzer1-0/+4
2003-10-16Try that again. It's a long.Eric Anholt1-1/+1
2003-10-16Debug printf format fix.Eric Anholt1-1/+1
2003-09-07Correct format in debug printfs (free is a pointer, not an int).Eric Anholt1-2/+2
2003-08-29Port the SiS DRM to FreeBSD. This includes the ability for the DRM toEric Anholt1-0/+403