Displaying 20 results from an estimated 2000 matches similar to: "Accessing dom0's ioport in domU"
2019 Aug 05
1
[PATCH v2] drm/qxl: get vga ioports
qxl has two modes: "native" (used by the drm driver) and "vga" (vga
compatibility mode, typically used for boot display and firmware
framebuffers).
Accessing any vga ioport will switch the qxl device into vga mode.
The qxl driver never does that, but other drivers accessing vga ports
can trigger that too and therefore disturb qxl operation. So aquire
the legacy vga ioports
2006 Apr 10
1
Iomega REV Drive
Hello,
I've an SCSI version of the IOMEGA REV drive (35 GB, like ZIP drive). How
can I access this drive. FreeBSD detects the drive as CDROM:
cd0 at ahc0 bus 0 target 4 lun 0
cd0: <Iomega RRD 89.B> Removable CD-ROM SCSI-4 device
cd0: 20.000MB/s transfers (10.000MHz, offset 8, 16bit)
cd0: cd present [17090880 x 2048 byte records]
I'm using FreeBSD 6.1-RC.
Kind regards,
Thomas.
2005 Oct 11
0
Access to ioport 0x60 in domU
Hello!
First, i come from germany and my english ist not so good, but try to
explain my problem.
For my studium i have to programm a kernelmodule which replace the
original irq-routine for the keyboarddriver. I have already compile the
module an insmoded them in a domU. I used this example
"http://www.faqs.org/docs/kernel/x1206.html". With pci-access to the
pci/isa-bridge it seems
2008 Aug 08
2
Audio CD problem on laptop VGN-SZ61MN
Is there anyone out there who has installed FreeBSD on the above Sony
laptop ?
Both ''cat filename > /dev/dsp0.0'' or ''vlc cdda:///dev/acd0@1 are OK.
If I run ''cdcontrol -f /dev/acd0 play'', there is no sound.
But the output of ''cdcontrol -f /dev/acd0 status audio'' is alright.
(same behaviour for cd0 instead of acd0)
And the output
2013 Dec 10
1
Multiple errors after upgrade to 10.0-PRERELEASE
Morning All,
I upgraded from 9.2-STABLE to 10.0-PRERELEASE #0 r259144 last night and I
am now getting this every 2 seconds in /var/log/messages:
Dec 10 07:54:31 Shop kernel: ata1: FAILURE - zero length DMA transfer attempted
Dec 10 07:54:31 Shop kernel: ata1: setting up DMA failed
cat /var/log/messages | grep ata1:
cd0 at ata1 bus 0 scbus3 target 0 lun 0
cd0: <TSSTcorp DVD-ROM TS-H352C
2019 Aug 05
2
[PATCH] drm/qxl: get vga ioports
qxl has two modes: "native" (used by the drm driver) and "vga" (vga
compatibility mode, typically used for boot display and firmware
framebuffers).
Accessing any vga ioport will switch the qxl device into vga mode.
The qxl driver never does that, but other drivers accessing vga ports
can trigger that too and therefore disturb qxl operation. So aquire
the legacy vga ioports
2013 Nov 17
2
Unable to use more than 4 serial devices at once.
Hi All.
I'm trying to setup a guest within my hypervisor that acts as a Console
Server, using 10 USB to Serial adapters. The Host is all setup and can
access each Serial Port without problems.
I have attempted to add the Serial Connections to a Guest, using both
Virtual Machine Manager and by editing the .XML file, and I can add up to 4
Serial devices (Including one for console access to the
2009 Jan 16
1
g_vfs_done()...errors
Hello,
while reading/writing dvd on 6-STABLE (can't remember on 7-STABLE right now), I'm getting the message buffer filled by errors.
This is my dvd-rw
$ sysctl dev.acd.0.%desc
dev.acd.0.%desc: PIONEER DVD-RW DVR-109/1.58
attached to
$ sysctl dev.atapci.1.%desc
dev.atapci.1.%desc: VIA 8237A UDMA133 controller
And the followings are some examples of the error:
2014 Mar 25
3
[LLVMdev] Getting the Debugging JIT-ed Code with GDB example to work
I'm trying to run the example described at:
http://llvm.org/docs/DebuggingJITedCode.html
I followed the sample command line session (below, with versions numbers
for everything), but gdb doesn't stop at the breakpoints as described. Any
idea what is wrong?
Thanks,
Zach
zdevito at derp:~/terra/tests$
> ~/clang+llvm-3.4-x86_64-unknown-ubuntu12.04/bin/clang -cc1 -O0 -g
>
2012 Aug 31
2
[PATCH V2] libxl/xl: implement support for guest iooprt and irq permissions
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1346428441 -3600
# Node ID ddde6c2c45de8e60518aafa077f0f3867ff68e17
# Parent ccbee5bcb31b72706497725381f4e6836b9df657
libxl/xl: implement support for guest iooprt and irq permissions.
This is useful for passing legacy ISA devices (e.g. com ports,
parallel ports) to guests.
Supported syntax is as described in
2010 Aug 05
2
working config for xen which would transfer a serial interface
Hello
Can anyone share a known working config for xen which would
transfer a serial interface ( add-on card preferably, mine uses
e880-e887 : 0000:03:05.0 / ec00-ec07 : 0000:03:05.0 ) to a DomU ?
I've been trying with the stock packages from Centos 5.5 ( fully
updated) and also with gitco's 3.4.3 but after 2 days of googling and
testing we still fail to access the serial
2015 Feb 15
3
samba 4.1.4 ms office files at times "access denied"
It isalmost a year that I am trying to get a solution for samba 4 problem(configuring).I use Ubuntu12.04 server and installed samba 4.1.4. Samba is used as DC AC and fileserverat the same time.The Problemis users from windows 8 PCs, who have the full right to folders and files willget at times (not always) access denied error when the try to open
their own Microsoftoffice files on the samba
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
Add support for mapping hardware io memory into domains via domain
config files.
The syntax is
iomem=[PAGE,NUM_PAGES]
Signed off by Matthew Fioravante: matthew.fioravante@jhuapl.edu
---
Changes from previous
* Rebased onto latest xen-unstable
* Rewrote the feature to mimic the style used by iports and irqs in
current libxl
* Updated xl.cfg manpage
* removed the redundant "allow"
2014 Apr 14
2
[LLVMdev] LLVM 3.4.1 - Testing Phase
On 04/14/2014 02:31 PM, Arnaud Allard de Grandmaison wrote:
> Hi All,
>
> As kindly pointed by Sebastian, please forget my point about the release
> script. I read the mail from Tom 2 days ago, and forgot that the script was
> available in the tag / branch when I acted today :(
>
> I uploaded clang+llvm-3.4.1-rc1-x86_64-unknown-ubuntu12.04.tar.xz to
> ftp.llvm.org.
>
2012 Apr 30
1
Touhou Project game doesn't come up in a Ubuntu12.04 Wine1.4
Now, I am using is Wine1.4 Ubuntu12.04. Update to 12.04 from Ubuntu11.10, has been updated as well Wine.
Then, the game was east of the project will not start for some reason all.
Also double-click the executable file, the reaction does not (boot).
Was working in previous versions of Wine.
We also check to run as a program.
Why did not start, why?
What remedy is there?
In addition, the package
2012 Nov 06
1
How to setup puppet 0.25.5-1 client in UBUNTU12.04 64 bit
How to setup puppet 0.25.5-1 in ubuntu12.04, the normal updates taking
me to higher version of puppet client.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/AK3o7PW2HwEJ.
To post to this group, send email to puppet-users@googlegroups.com.
To
2008 Nov 12
0
use of platform pci ioport range
I notice that xen 3.3 actually makes use of the ioport range in the
platform pci device.
Under xen 3.2 I created a little patch to dump log output via writes to
that ioport range. Is that something that could be considered for
inclusion into 3.3 too?
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2019 Aug 05
0
[Spice-devel] [PATCH] drm/qxl: get vga ioports
>
> qxl has two modes: "native" (used by the drm driver) and "vga" (vga
> compatibility mode, typically used for boot display and firmware
> framebuffers).
>
> Accessing any vga ioport will switch the qxl device into vga mode.
> The qxl driver never does that, but other drivers accessing vga ports
> can trigger that too and therefore disturb qxl
2003 Jul 03
1
SCSI backup error
Hi,
Can someone please help me with this? I have just upgraded from 4.7 to 4.8-STABLE and
this is what I am getting when I try a tape backup. Please CC as I am not in the list. It was
working well before the upgrade (dump -0ua -f - / | gzip -c -9 | dd of=/dev/nsa0).
Thank you,
Lefteris Tsintjelis
Jul 3 22:55:18 ene /kernel:
2003 Oct 04
1
cd0/1a device became invalid between Sep 2 and Oct 1
Hi,
just noticed that I can't mount anything anymore on the cd[01]a devices
anymore. The cd[01]c devices work correctly, as does the acd[01]a device.
These are an ATAPI dvd writer (cd0) and a dvd player(cd1) trough cam(4).
This applies to both dvd and cd media. Remaking the device through MAKEDEV has
no influence. Nothing reported by dmesg.
root@ghost ~
# mount_cd9660 /dev/cd1a /mnt