search for: device_initalize

Displaying 20 results from an estimated 20 matches for "device_initalize".

Did you mean: device_initialize
2006 Jun 20
1
Bug with evdev corepointers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everybody, Those who are active in #Xgl on freenode know that I've had segfaults when starting Xgl during the last few weeks (which is also why there was no progress on my g-w-d rewrite). Today I found the time to debug Xgl and to find the bug. My mouse was configured as evdev device in xorg.conf, and to use it, it was set as the
2008 May 21
0
[ANNOUNCE] xf86-input-keyboard 1.3.1
Adam Jackson (1): keyboard 1.3.1 Paulo Cesar Pereira de Andrade (1): Don't send events in DEVICE_INIT, only after DEVICE_ON. git tag: xf86-input-keyboard-1.3.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-keyboard-1.3.1.tar.bz2 MD5: ebe5dcf8eed819103909f18321fc3b9d xf86-input-keyboard-1.3.1.tar.bz2 SHA1: 4e5cd4d32b456cb87b14dca4d78845911a3e1148
2017 Dec 21
0
[PATCH v5 0/4] use put_device to cleanup resource
Hi, The main change is split device_register into 2 sperate calls: device_initalize() and device_add, and then the caller can use put_device safety when fail to register_virtio_device. v4->v5: * virtio: correct some comments * virtio_remoteproc: use put_device directly, not use temp reg_dev v3->v4: * split device_register into device_initialize and devicea_add that t...
2010 Apr 16
0
Calling getoneblk() from com32
Is there an easy way to call getoneblk() (along with access to the required disk struct) from com32? I know I can use the gpllib read_sectors() but since the device_init already has the c/h/s/etc it sure would be nice to grab it from there and use getoneblk(). Any hints are greatly appreciated. Cheers, don
2010 Oct 31
0
Fallout New Vegas doesn't work
Hello, Laptop Configuration : Intel Core I3 330M GeForce GT330M 4Go Memory Wine Version : Wine 1.3.6 compiled myself I installed before the game d3dx9 and vcrun2008 with winetricks. The game was installed correctly. But, when i launch the game with FalloutNV.exe, wine crash after the splash screen and i have these messages in the output console : Code: fixme:win:EnumDisplayDevicesW
2015 Mar 06
0
[ANNOUNCE] xf86-input-libinput 0.8.0
xf86-input-libinput 0.8.0 is now available. Note that this version requires libinput 0.11 or later. An off-by-one error that caused the driver to crash (especially with -fstack-protector-strong) has been fixed. The excessive scroll speed on touchpads has been fixed too. A new config option/property to change the click method was added. Boyan Ding (1): Initialize variable 'path' to
2013 Dec 26
0
[PATCH] core: Avoid initializing the cache more than once
From: Raphael S. Carvalho <raphael.scarv at gmail.com> Most of file system drivers initialize the cache themselves. The problem is that the same cache could be again initialized later, then invalidating the previous one. This patch fixes this. Problem found while auditing the code. Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com> --- core/fs/cache.c | 2 ++
2013 Oct 18
1
[RFC/PATCH 2/3] core: MultiFS infrastructure added.
From: Raphael S. Carvalho <raphael.scarv at gmail.com> MULTIFS SYNTAX: (hd[disk number]:[partition number])/path/to/file The meaning of this_fs was changed to improve the flexibility of the support. Now, this_fs means the file system being currently used. root_fs was created to save the context of the main file system (where ldlinux.sys lives in). get_fs_info is a function pointer that
2009 Mar 02
1
[ANNOUNCE] xf86-input-evdev 2.1.99.1
First snapshot for evdev 2.2. Lots of cleanup, and - most notably - general axis/button support. For those running an X server from master, evdev will label axes and buttons for you. shortlog is a bit longer than it actually is, it includes a number of patches that were cherry-picked onto 2.1 and have since been released. Cheers, Peter Shortlog since xf86-input-evdev-2.1.0: Adam Jackson
2013 Oct 18
0
[RFC/PATCH 3/3] Wire up MultiFS support.
From: Raphael S. Carvalho <raphael.scarv at gmail.com> This patch finishes the MultiFS support. init_multifs gets called in the main (startup) function of ldlinux.c32, so MultiFS will be initialized automatically. init_multifs calls enable_multifs (lives in the core) to hook get_fs_info. Subsequent accesses will callback the get_fs_info living in ldlinux.c32. Signed-off-by: Raphael S.
2017 Dec 20
8
[PATCH v4 0/4] use put_device to cleanup resource
Hi, The main change is split device_register into 2 sperate calls: device_initalize() and device_add, and then the caller can use put_device safety when fail to register_virtio_device. v3->v4: * split device_register into device_initialize and devicea_add that the caller can always use put_device when fail to register virtio device. v2->v3: * virtio: add new helper...
2017 Dec 20
8
[PATCH v4 0/4] use put_device to cleanup resource
Hi, The main change is split device_register into 2 sperate calls: device_initalize() and device_add, and then the caller can use put_device safety when fail to register_virtio_device. v3->v4: * split device_register into device_initialize and devicea_add that the caller can always use put_device when fail to register virtio device. v2->v3: * virtio: add new helper...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not
2013 Sep 27
0
Wine release 1.7.3
The Wine development release 1.7.3 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 24. - Preparation work for the Direct3D command stream. - Window management fixes in the Mac driver. - Support for IPHLPAPI functions on Android. - Various bug fixes. The source is available from the following locations:
2019 Apr 26
0
Wine release 4.7
The Wine development release 4.7 is now available. What's new in this release (see below for details): - Support for builtin libraries in PE format even on Unix. - Updated version of the Mono engine. - More implementation of the Debug Engine DLL. - Support for the Command Link standard control. - Improved Edit control sizing in CJK locales. - Various bug fixes. The source is
2009 Oct 27
1
[PATCH 2/4] megasas: LSI MegaRAID SAS HBA emulation
This patch add an emulation for the LSI MegaRAID SAS HBA. It is using SG_IO to forward / pass through SCSI commands to the underlying block driver, so no emulation is done currently. Signed-off-by: Hannes Reinecke <hare at suse.de> --- Makefile.hw | 2 +- hw/megasas.c | 1134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/pci_ids.h | 2 + 3 files changed, 1137
2009 Oct 27
1
[PATCH 2/4] megasas: LSI MegaRAID SAS HBA emulation
This patch add an emulation for the LSI MegaRAID SAS HBA. It is using SG_IO to forward / pass through SCSI commands to the underlying block driver, so no emulation is done currently. Signed-off-by: Hannes Reinecke <hare at suse.de> --- Makefile.hw | 2 +- hw/megasas.c | 1134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/pci_ids.h | 2 + 3 files changed, 1137
2012 Jan 24
2
[PATCH 26/28] pci: convert to QEMU Object Model
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- hw/9pfs/virtio-9p-device.c | 43 ++++++---- hw/ac97.c | 39 +++++---- hw/acpi_piix4.c | 59 +++++++------ hw/apb_pci.c | 54 ++++++++----- hw/bonito.c | 30 ++++--- hw/cirrus_vga.c | 33 +++++--- hw/dec_pci.c | 57 ++++++++----- hw/e1000.c
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very