CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/16 17:40:04
Modified files:
sys/sys : conf.h
sys/dev/pci/drm: drm_drv.c files.drm
Removed files:
sys/dev/pci/drm: drm_fops.c
Log message:
drm advertises a read and poll method. this was there to prevent errrors
on rather old xservers. Said old xservers haven't been around in quite a
long time so just remove them.
Since the only function left in drm_fops.c is a small helper function,
just move it to drm_drv.c and nuke the redundant file.
no one objected when I said I was going to do this.