Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: [riastradh-drm2] src/sys
> Module Name: src
> Committed By: riastradh
> Date: Wed Jan 29 19:47:38 UTC 2014
>
> Modified Files:
> src/sys/conf [riastradh-drm2]: files
> src/sys/dev/pci [riastradh-drm2]: files.pci
> src/sys/dev/wsfb [riastradh-drm2]: files.wsfb
> src/sys/external/bsd/drm2/conf [riastradh-drm2]: files.drm2
> src/sys/external/bsd/drm2/drm [riastradh-drm2]: drm_drv.c drm_module.c
> drm_vm.c
> src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_module.c
> i915_pci.c
> src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: kgdb.h
> src/sys/modules/drm2 [riastradh-drm2]: Makefile drm.ioconf
> src/sys/modules/i915drm2 [riastradh-drm2]: Makefile i915drm.ioconf
>
> Log Message:
> First draft of in-kernel drm2 attachment.
>
> The drm2 `drm' device is now called `drmkms' (likewise `i915drmkms',
> &c.) so that it can coexist with the old drm code to reduce diffs
> from HEAD. (Can't call a device `drm2'.)
there's probably a way to do this -- see how the current drm code
used to co-exist with the previous drm code (from sys/dev/drm).
you couldn't build them into the same kernel, but they were able
to share the name 'drm' and the major number.
.mrg.
Home |
Main Index |
Thread Index |
Old Index