Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove

stubs in other DDX.
This commit is contained in:
Benjamin Herrenschmidt 2006-02-13 04:43:40 +00:00
commit 2dc7b5e0d9
6 changed files with 14 additions and 18 deletions

View file

@ -1,3 +1,13 @@
2006-02-13 Benjamin Herrenschmidt <benh@kernel.crashing.org>
* hw/kdrive/src/kdrive.c: (ddxInitGlobals):
* hw/vfb/InitOutput.c:
* hw/xfree86/common/xf86Init.c: (OsVendorInit):
* hw/xnest/Init.c:
* os/osinit.c: (OsInit):
Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and
remove stubs in other DDX.
2006-02-12 Eric Anholt <anholt@FreeBSD.org>
reviewed by: keithp (in principle)