CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2020/01/04 06:07:55

Modified files:
        sys/dev/pci/drm: drm_drv.c drm_ioctl.c 
        sys/dev/pci/drm/include/drm: drm_device.h 

Log message:
remove unused TIOCSPGRP / TIOCGPGRP cases in drm

async/SIGIO use likely came from DR1 context swapping for the "gamma"
driver for 3dlabs GMX 2000, removed from the old upstream drm cvs
repository in 2004:

commit 1430163b4bbf7b00367ea1066c1c5fe85dbeefed
Author: Dave Airlie <airl...@linux.ie>
Date:   Sun Aug 29 12:04:35 2004 +0000

Drop GAMMA DRM from a great height ...

linux in 2005:

commit 1fad99499afdd2730adb1d53413b91580b1f0662
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Fri Aug 5 22:40:34 2005 +1000

drm: remove the gamma driver

and further remaining async bits removed from linux in 2013 with

commit b0e898ac555e96e7863a5ee95d70f3625f1db5e2
Author: Daniel Vetter <daniel.vet...@ffwll.ch>
Date:   Thu Aug 8 15:41:23 2013 +0200

drm: remove FASYNC support

pointed out by claudio@ ok visa@ kettenis@

Reply via email to