CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/17 10:13:10
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
drm_load() and drm_unload() are a remnant of code meant to be shared
between the bsds. Just put them in attach/detach instead. Kills a little
bit of dead code, too.
