Displaying 14 results from an estimated 14 matches for "suuport".
Did you mean:
support
2014 Aug 05
1
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
On Fri, Jul 25, 2014 at 10:08 PM, Yijing Wang <wangyijing at huawei.com> wrote:
> Pci_dev_msi_enabled() is used to check whether device
> MSI/MSIX enabled. Refactor this function to suuport
> checking only device MSI or MSIX enabled.
>
> Signed-off-by: Yijing Wang <wangyijing at huawei.com>
So this patch refactors things so that checks like this:
> - if (!dev->msi_enabled)
are moved into a function:
> + if (!pci_dev_msi_enabled(dev, MSI_TYPE...
2014 Aug 05
1
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
On Fri, Jul 25, 2014 at 10:08 PM, Yijing Wang <wangyijing at huawei.com> wrote:
> Pci_dev_msi_enabled() is used to check whether device
> MSI/MSIX enabled. Refactor this function to suuport
> checking only device MSI or MSIX enabled.
>
> Signed-off-by: Yijing Wang <wangyijing at huawei.com>
So this patch refactors things so that checks like this:
> - if (!dev->msi_enabled)
are moved into a function:
> + if (!pci_dev_msi_enabled(dev, MSI_TYPE...
2003 Jan 24
3
OT: don't send html email - RE: Musicmatch
...0.2722.900" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I like using Musicmatch as opposed to Windows
Media
Player so I guess I'll just have to wait for Musicmatch to come to there
senses
and offer Ogg suuport.</FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT:
#000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKG...
2004 Jun 14
0
Problems with Samba 3.0.4 and ADS
Hi,
I'm am trying to compile Samba 3.0.4 with ADS suuport on solaris 8. I have
installed/compiled:
cyrus-sasl-1.5.28
db-4.2.52.NC
krb5-1.3.3
openldap-2.1.30
samba-3.0.4
To compile samba I ran:
./configure --prefix=/usr/local/samba-3.0.4 --with-configdir=/var/samba/conf
--with-lockdir=/var/samba/lock --with-private
dir=/var/samba/private --with-swatdir=...
2004 Dec 13
0
looking for input on broadband router with QoS andVPN support
Bob,
Have you looked at any of the products by Zyxel? With QOS, VPN & wireless
support they have:
For ADSL: Prestige 652HW
Firewall/Router: Zywall 10W & 30W
I'll be honest, I havn't used any of these yet. We were looking for similar
products to suuport our VOIP installs. We just ordered some demo units from
Zyxel, we shoul have them later this week. I'll let you know our impression
of them after we test.
Chris
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Beh...
2013 Nov 05
1
[LLVMdev] Current state of the lld project (support for writing .dll files)
2013/11/4 Rui Ueyama <ruiu at google.com>:
> Awesome! As far as I know you are the first person outside Google to try out
> LLD on Windows. :) Glad to hear that it worked.
Hey Rui,
glad that I can help out.
I was going to use lld in the following scenario:
I'm writing a programming language and started with unit-tests that
build ASTs for small test cases.
I then want to generate
2001 Oct 07
1
FYI : FiSh connection over SSH fails : midnight commander freezing
...ete Nachricht ----------
Subject: Re: FiSH Connection fails : mc freezing
Date: Sun, 7 Oct 2001 15:40:58 +0200
From: Hans Peter Stroebel <hpstr at operamail.com>
To: mc at gnome.org
Am Sonntag, 7. Oktober 2001 10:44 schrieb Pavel Roskin:
Hi Pavel, Hi Pavel, ;-)
> > fish does not suuport password auth because ssh always reads passwd from
> > /ddev/tty. Fixssh to acceptt passwd from stdin, and we an fix mc.
>
> Actually, there is a good reason why ssh uses /dev/tty. The standard
> channels (stdout, stdin, stderr) are connected to the remote program and
> should be...
2014 Aug 20
1
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
...t vger.kernel.org; Basu
> Arnab-B45036; virtualization at lists.linux-foundation.org; Hanjun Guo; Yijing Wang
> Subject: [RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
>
> Pci_dev_msi_enabled() is used to check whether device MSI/MSIX enabled. Refactor
> this function to suuport checking only device MSI or MSIX enabled.
s/support/support
>From code it looks like you added one more parameter to pci_dev_msi_enabled() to check for a specific type, which earlier it was checking for both MSI and MSIX enable. While the description is not clear to me, Am I missing something...
2014 Aug 20
1
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
...t vger.kernel.org; Basu
> Arnab-B45036; virtualization at lists.linux-foundation.org; Hanjun Guo; Yijing Wang
> Subject: [RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
>
> Pci_dev_msi_enabled() is used to check whether device MSI/MSIX enabled. Refactor
> this function to suuport checking only device MSI or MSIX enabled.
s/support/support
>From code it looks like you added one more parameter to pci_dev_msi_enabled() to check for a specific type, which earlier it was checking for both MSI and MSIX enable. While the description is not clear to me, Am I missing something...
2014 Jul 26
0
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
Pci_dev_msi_enabled() is used to check whether device
MSI/MSIX enabled. Refactor this function to suuport
checking only device MSI or MSIX enabled.
Signed-off-by: Yijing Wang <wangyijing at huawei.com>
---
arch/cris/arch-v32/drivers/pci/bios.c | 2 +-
arch/frv/mb93090-mb00/pci-vdk.c | 2 +-
arch/ia64/pci/pci.c | 4 ++--
arch/powerpc/kernel/eeh_driver...
2014 Jul 26
20
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
Hi all,
The series is a draft of generic MSI driver that supports PCI
and Non-PCI device which have MSI capability. If you're not interested
it, sorry for the noise.
The series is based on Linux-3.16-rc1.
MSI was introduced in PCI Spec 2.2. Currently, kernel MSI
driver codes are bonding with PCI device. Because MSI has a lot
advantages in design. More and more non-PCI devices want to
use
2014 Jul 26
20
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
Hi all,
The series is a draft of generic MSI driver that supports PCI
and Non-PCI device which have MSI capability. If you're not interested
it, sorry for the noise.
The series is based on Linux-3.16-rc1.
MSI was introduced in PCI Spec 2.2. Currently, kernel MSI
driver codes are bonding with PCI device. Because MSI has a lot
advantages in design. More and more non-PCI devices want to
use
2003 Dec 01
0
No subject
...ts.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi,
I am trying to compile the CVS Samba 2.2 (from today) and I asked for
the --with_acl-suuport but it seems that it does not work. During the
./configure I got acl support no.
I am not using ext2 but SGI XFS on a RedHat 7.2. So I am wondering if this
is a problem. I recompiled the kernel with the POSIX acl support.
Is there a way for me to check that ACLs are really supported and installed...
2003 Dec 01
0
No subject
...g for acl_get_file in -lacl... yes
checking for ACL support... no
checking for XFS ACL support... yes
Using XFS ACLs
hope it helps
@++
nico
Le 02/07/2001 ` 20:13 Jerome Baumgarten a icrit :
>Hi,
>
>I am trying to compile the CVS Samba 2.2 (from today) and I asked for
>the --with_acl-suuport but it seems that it does not work. During the
>./configure I got acl support no.
>
>I am not using ext2 but SGI XFS on a RedHat 7.2. So I am wondering if this
>is a problem. I recompiled the kernel with the POSIX acl support.
>
>Is there a way for me to check that ACLs are really...