Displaying 20 results from an estimated 159 matches for "hcd".
Did you mean:
had
2012 Sep 18
4
[PATCH] EHCI/Xen: propagate controller reset information to hypervisor
...t needs to be told the coordinates of the device being
reset (quite obviously, leveraging the addition done for that would
likely benefit the in-tree driver too).
Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
drivers/usb/early/ehci-dbgp.c | 17 ++++++++++----
drivers/usb/host/ehci-hcd.c | 4 +--
drivers/usb/host/ehci-hub.c | 4 +--
drivers/xen/Makefile | 2 -
drivers/xen/dbgp.c | 48 ++++++++++++++++++++++++++++++++++++++++
include/linux/usb/ehci_def.h | 29 +++++++++++++++++++-----
include/xen/interface/physdev.h | 16 ++++++++++...
2011 Oct 05
11
compiling kernel in Centos Domu
...inside Centos 5 DomU
The steps I do are
Make bzImage
Make modules
Make modules_install
Depmod -a
mkinitrd /boot/initrd.img-3.0.4 3.0.4
but them im getting this
-bash-3.2# mkinitrd /boot/initrd.img-3.0.4 3.0.4
ls: /etc/modprobe.d/*.conf: No such file or directory
No module ehci-hcd found for kernel 3.0.4, aborting.
If I exclude the modules its goes on forever. I don''t have this issue
in Debian Domu so what am I missing?
Thanks
Ian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xe...
2002 Feb 14
1
Advice on using barplot
...a new (for me) area of using R: some presentation
graphics based on R data.
I'd like to compare two distributions of ordinal variables in relatively
small (N=203 and 207) subsets of an R dataset. I can get a reasonably
good picture of the distributions' differences with:
x11()
plot(table(hcd.df$auth.sum[hcd.df$datecat==1]), type='l',xlim=c(-8,7),
ylim=c(0,59))
par(new=TRUE)
plot(table(hcd.df$auth.sum[hcd.df$datecat==2]), type='l',
col='red',xlim=c(-8,7), ylim=c(0,59))
but the line style is awkward and possibly even misleading when the values
are ordinal. What I...
2002 Jan 10
2
Simple summary question
I'd like to get summary statistics (really just a mean would be fine) for
a vector in a data frame, but split based on the value of another
vector. That is, I have a data frame (hcd.df) with variables datecat
(which is always 1 or 2) and auth.sum (-8..+8). I've used xtabs to get
chi-square comparisons, but what I need now is a simple mean of auth.sum
where datecat is 1 and another where datecat is 2. Thanks for any advice.
-----------------------------------------------...
2002 Feb 19
1
Smoothed lines over barplots
...9;d like to generate a graph that displays two distributions as
side-by-side bar graphs, then plots a smoothed line of the distribution on
top. The idea is to be able to visually compare the distributions.
I've done the following, but the axes don't line up. Any suggestions?
barplot(table(hcd.df$datecat, hcd.df$auth.sum), beside=TRUE,
legend.text=c('Pre-9/11','Post-9/11'),main='Authoritarian Sum',
sub='Chi-Square: 33.88; p< .01',col=c('yellow','red'))
par(new=TRUE)
plot(table(hcd.df$auth.sum[hcd.df$datecat==1]), type='l',xli...
2012 Nov 02
5
[PATCH, v3] fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabled
...unlap <rdunlap@xenotime.net>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
(incremental patch attached, in case that one is preferred)
v3: Relax condition from USB_EHCI_HCD to just USB, to also cover the
chipidea driver re-using code from ehci-hcd.
v2: Switch the dependency from USB_SUPPORT to USB_EHCI_HCD as requested
by Alan (albeit I don''t really agree to that change).
---
drivers/usb/early/ehci-dbgp.c | 15 +++++++++------
1 file changed...
2008 Apr 16
1
Centos 5.1 - Xen/ domU related booting questions
Hello,
I successfuly run Centos 5.1 domU in Centos 5.1 dom0.
But I still have some minor issues/errors/warnings while
booting I'd like to fix and here are my questions:
1. How to disable loading usb host controler module:
[...from dmesg... ]
Loading uhci-hcd.ko module
USB Universal Host Controller Interface driver v3.0
insmod: error inserting '/lib/uhci-hcd.ko': -1 No such device
Loading ohci-hcd.ko module
insmod: error inserting '/lib/ohci-hcd.ko': -1 No such device
Loading ehci-hcd.ko module
mount: could not find filesyste...
2005 May 28
1
Forcing ticks in plot for hclust object outside the limits
Hello!
I have the following problem.
I would like to plot the hclust object "hcd" (bellow, at the end of the
mail) with ticks at seq(0.05,0.25,by=0.05). I tried using the code
plot(hcd)
and
plot(hcd,axes=FALSE)
axis(2,seq(0.05,0.25,by=0.05))
In both cases, the resoult is the same, ticks at 0.05 and 0.25 are not
printed. I tried changing the ylim argumet in plot, however...
2013 May 21
2
Cambiando limites en hclust()
Buenas tardes a todos,
Estoy interesado en cambiar los límites del eje y en un dendograma
construído utilizando la función hclust(). A continuación un ejemplo:
hc <- hclust(dist(USArrests), "ave")
plot(hc)
Hasta aquí todo bien. Si quisiera cambiar los límites del eje "y" de c(0,
200)? Al usar
plot(hc, ylim = c(0, 200))
no observo efecto alguno.
Qué puedo hacer?
2007 Nov 13
2
[LLVMdev] BasicAliasAnalysis and out-of-bound GEP indices
...-
Should we treat this as a bug (I may attempt to prepare a patch then)?.
I suppose these are real corner cases, rather improbable to occur in
real-world programs. However, something similiar (but no so weird) can
be produced from the attached C source. It is a reduced version of
preprocessed ehci-hcd.c file (from Linux kernel; compilation of this
file discovered bug #1782).
--Wojtek
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ehci-hcd-reduced.i
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071113/f3bdbf58/attachment.k...
2007 Nov 13
0
[LLVMdev] BasicAliasAnalysis and out-of-bound GEP indices
...a bug (I may attempt to prepare a patch
> then)?.
> I suppose these are real corner cases, rather improbable to occur in
> real-world programs. However, something similiar (but no so weird) can
> be produced from the attached C source. It is a reduced version of
> preprocessed ehci-hcd.c file (from Linux kernel; compilation of this
> file discovered bug #1782).
>
> --Wojtek
> struct device;
>
> struct usb_bus {
> struct device *controller;
> };
>
> struct usb_hcd {
> struct usb_bus self;
>
> unsigned long hcd_priv[0];
> };
>
> st...
2008 Jun 14
1
getting device to boot from thumb drive
I have created a custom kernel as I needed to add floating point
emulation to the kernel.
I used the command below to create my initrd:
mkinitrd --preload=ohci-hcd --preload=uhci-hcd --preload=ehci-hcd
--preload=ext3 --preload=jbd --preload=scsi_mod --preload=sd_mod
--preload=ata_piix --preload=libata /boot/initrd-2.6.9-67.ELmsgnet.img
2.6.9-67.ELmsgnet
When I copy my vmlinuz and initrd to my ext partition of my thumbdrive
I get the initial grub screen, c...
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
...ke initrd for Dom0/DomU
+ # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
+ O=$(/bin/pwd)/build-linux-2.6.18-xen_ia64
+ # mkinitrd -f /boot/efi/efi/redhat/initrd-2.6.18.8-xen.img \
+ 2.6.18.8-xen --builtin mptspi --builtin mptbase \
+ --builtin mptscsih --builtin uhci-hcd --builtin ohci-hcd \
+ --builtin ehci-hcd
+
+================================
+Making a disk image for guest OS
+================================
+
+ 1. make file
+ # dd if=/dev/zero of=/root/rhel5.img bs=1M seek=4096 count=0
+ # mke2fs -F -j /root/rhel5.img
+ # mount -o loop /root/rh...
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
...ke initrd for Dom0/DomU
+ # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
+ O=$(/bin/pwd)/build-linux-2.6.18-xen_ia64
+ # mkinitrd -f /boot/efi/efi/redhat/initrd-2.6.18.8-xen.img \
+ 2.6.18.8-xen --builtin mptspi --builtin mptbase \
+ --builtin mptscsih --builtin uhci-hcd --builtin ohci-hcd \
+ --builtin ehci-hcd
+
+================================
+Making a disk image for guest OS
+================================
+
+ 1. make file
+ # dd if=/dev/zero of=/root/rhel5.img bs=1M seek=4096 count=0
+ # mke2fs -F -j /root/rhel5.img
+ # mount -o loop /root/rh...
2005 Dec 12
1
dendrogram: how to obtain leaf height
...the printing functions display a "height" or "h" (which changes with "hang") and that is what I want. Obviously, the info is there (e.g., "str(dendrogram)"), I just don't see how to obtain it as I want.
hc <- hclust(dist(USArrests), "ave")
hcd <- as.dendrogram(hc, hang = 0.001)
dendrapply(rev(hcd), hnode)
## None of the following work as I want
hnode <- function(x) {
## nothing
if (is.leaf(x))
print(x$height)
}
hnode <- function(x) {
## just prints
if (is.leaf(x))
print(x)
else
N...
2005 May 02
4
DELL 2800 : PCI Parity error
...0 (autoclean)
cdrom 32896 0 (autoclean) [ide-cd]
keybdev 2976 0 (unused)
mousedev 5688 1
hid 22308 0 (unused)
input 6176 0 [keybdev mousedev hid]
ehci-hcd 20776 0 (unused)
usb-uhci 26860 0 (unused)
usbcore 81152 1 [usbserial wcusb hid ehci-hcd
usb-uhci]
ext3 89960 6
jbd 55060 6 [ext3]
megaraid2 383...
2005 Nov 30
1
problem booting from USB key
I managed to install RHEL3 onto a 1GB USB key. I had to forgo using grub
to get it to but, but am now using extlinux. It actually boots, but ends
up panicking. Here's the console messages that should be of interest:
usb.c: registered new driver hub
Loading ehci-hcd.o module
ehci-hcd 00:1d.7: Intel Corp. 82801EB USB2
ehci-hcd 00:1d.7: irq 23, pci mem f882b000
usb.c: new USB bus registered, assigned bus number 1
ehci-hcd 00:1d.7: enabled 64bit PCI DMA
ehci-hcd 00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Jan-22
hub.c: USB hub found
hub.c: 8 ports detected
L...
2007 Mar 09
1
dendrogram / clusteranalysis plotting
Dear all,
i performed a clusteranalysis - which worked so far...
i plotted the dendrogram and sooo many branches, a rough sketch would
be enough ;)
i tried max.levels therefore which worked, but not for the plot...
i used the following
plot(hcd,nodePar =nP, str(hcd,max.level=1))
the output on the terminal was:
--[dendrogram w/ 2 branches and 196 members at h = 2.70]
|--[dendrogram w/ 2 branches and 34 members at h = 1.79] ..
`--[dendrogram w/ 2 branches and 162 members at h = 1.95] ..
which is great !
but i cant get it done for...
2006 Mar 14
1
Controller detection order
...drive and causing kernel panic at boot
time. I've tried changing the order in modprobe to the following:
alias eth0 tg3
alias eth1 tg3
alias eth2 e1000
alias eth3 e1000
alias scsi_hostadapter ata_piix
alias scsi_hostadapter1 mptbase
alias scsi_hostadapter2 mptscsih
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
previously ata_piix was below the other two.
This hasn't made any difference though. Can anyone suggest any
solutions?
thanks
Nick
2007 Feb 08
0
USB-HDD cannnot connect automatically
...71712 1
floppy 58160 0 (autoclean)
microcode 4724 0 (autoclean)
keybdev 2976 0 (unused)
mousedev 5524 0 (unused)
hid 22212 0 (unused)
input 5888 0 [keybdev mousedev hid]
ehci-hcd 20104 0 (unused)
usb-uhci 26412 0 (unused)
usbcore 79392 1 [hid ehci-hcd usb-uhci]
ext3 91592 9
jbd 52336 9 [ext3]
[lsmod of insert and remove a usb cable]
Module Size Used by Not ta...