search for: pci_ids

Displaying 20 results from an estimated 37 matches for "pci_ids".

2019 Jul 31
3
[PATCH] Revert "PCI: Enable NVIDIA HDA controllers"
...audio device didn't work, but that still doesn't explain why this was implemented as an early quirk and not as something we just do before nouveau is setup. Can we maybe move this somewhere a little more sensible? drivers/pci/quirks.c | 30 ------------------------------ include/linux/pci_ids.h | 1 - 2 files changed, 31 deletions(-) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 208aacf39329..c66c0ca446c4 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -5011,36 +5011,6 @@ DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID, PCI_CLA...
2019 Jun 13
5
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
...t alum.mit.edu> Cc: Karol Herbst <kherbst at redhat.com> Cc: Maik Freudenberg <hhfeuer at gmx.de> Signed-off-by: Lukas Wunner <lukas at wunner.de> Tested-by: Daniel Drake <drake at endlessm.com> --- drivers/pci/quirks.c | 28 ++++++++++++++++++++++++++++ include/linux/pci_ids.h | 1 + 2 files changed, 29 insertions(+) Submitting Lukas's patch from over a year ago. It got held up before on patch dependencies (which are now all merged) and also the concern around the device class assumption not being true in all cases. However, there hasn't been any progress to...
2019 Jul 08
2
[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
...v2: - Mention in commit message that the ACPI code that controls this bit is insufficient (also confirmed on Windows on the buglink) - Tweak commit message to clarify the MCP89 comparison, thanks to Ilia drivers/pci/quirks.c | 28 ++++++++++++++++++++++++++++ include/linux/pci_ids.h | 1 + 2 files changed, 29 insertions(+) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 0f16acc323c6..52046b517e2e 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -4971,6 +4971,34 @@ DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_AMD, PCI_ANY_ID, DECLARE_PCI_FIXUP_...
2019 Jun 13
0
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
...erbst <kherbst at redhat.com> > Cc: Maik Freudenberg <hhfeuer at gmx.de> > Signed-off-by: Lukas Wunner <lukas at wunner.de> > Tested-by: Daniel Drake <drake at endlessm.com> > --- > drivers/pci/quirks.c | 28 ++++++++++++++++++++++++++++ > include/linux/pci_ids.h | 1 + > 2 files changed, 29 insertions(+) > > Submitting Lukas's patch from over a year ago. > > It got held up before on patch dependencies (which are now all merged) > and also the concern around the device class assumption not being true > in all cases. However, th...
2019 Jun 13
0
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
...erbst <kherbst at redhat.com> > Cc: Maik Freudenberg <hhfeuer at gmx.de> > Signed-off-by: Lukas Wunner <lukas at wunner.de> > Tested-by: Daniel Drake <drake at endlessm.com> > --- > drivers/pci/quirks.c | 28 ++++++++++++++++++++++++++++ > include/linux/pci_ids.h | 1 + > 2 files changed, 29 insertions(+) > > Submitting Lukas's patch from over a year ago. > > It got held up before on patch dependencies (which are now all merged) > and also the concern around the device class assumption not being true > in all cases. However, ther...
2004 Jun 22
1
ide/ext3 errors on two identical machines
Wondering if anyone here might better be able to diagnose an issue we're seeing, or point me to some guidelines for this sort of thing. There are two machines with identical hardware, both running Red Hat 7.3's stock SMP kernel (required due to third party software). Both have come down with the same symptoms after having run fine for a number of months. The initial errors were these:
2019 Jul 10
0
[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
...LARE_PCI_FIXUP_CLASS_RESUME_EARLY(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID, + PCI_BASE_CLASS_DISPLAY, 16, quirk_nvidia_hda); + /* * Some IDT switches incorrectly flag an ACS Source Validation error on * completions for config read requests even though PCIe r4.0, sec diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 70e86148cb1e..66898463b81f 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1336,6 +1336,7 @@ #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP78S_SMBUS 0x0752 #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP77_IDE 0x0759 #define PCI_DEVICE_ID_NVIDIA...
2017 Sep 14
1
vmware player 12.5.7 with CentOS 7.4
...onfig-piDjEW/vmnet-only/smac_compat.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/vnetEvent.o In file included from include/linux/pci.h:35:0, from /tmp/modconfig-piDjEW/vmnet-only/compat_netdevice.h:27, from /tmp/modconfig-piDjEW/vmnet-only/netif.c:43: include/linux/pci_ids.h:2251:0: warning: "PCI_VENDOR_ID_VMWARE" redefined [enabled by default] #define PCI_VENDOR_ID_VMWARE 0x15ad ^ In file included from /tmp/modconfig-piDjEW/vmnet-only/net.h:38:0, from /tmp/modconfig-piDjEW/vmnet-only/vnetInt.h:26, from /tmp/modconfig-pi...
2018 Feb 18
0
[PATCH 5/7] vga_switcheroo: Use device link for HDA controller
...drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 - drivers/gpu/drm/nouveau/nouveau_drm.c | 2 - drivers/gpu/drm/radeon/radeon_drv.c | 2 - drivers/gpu/vga/vga_switcheroo.c | 115 +++----------------------------- drivers/pci/quirks.c | 39 +++++++++++ include/linux/pci_ids.h | 1 + include/linux/vga_switcheroo.h | 6 -- include/sound/hdaudio.h | 3 - sound/pci/hda/hda_intel.c | 36 +++++++--- sound/pci/hda/hda_intel.h | 3 - 10 files changed, 73 insertions(+), 136 deletions(-) diff --git a...
2018 Feb 20
2
[PATCH 5/7] vga_switcheroo: Use device link for HDA controller
...u/amdgpu_drv.c | 2 - > drivers/gpu/drm/nouveau/nouveau_drm.c | 2 - > drivers/gpu/drm/radeon/radeon_drv.c | 2 - > drivers/gpu/vga/vga_switcheroo.c | 115 +++----------------------------- > drivers/pci/quirks.c | 39 +++++++++++ > include/linux/pci_ids.h | 1 + > include/linux/vga_switcheroo.h | 6 -- > include/sound/hdaudio.h | 3 - > sound/pci/hda/hda_intel.c | 36 +++++++--- > sound/pci/hda/hda_intel.h | 3 - > 10 files changed, 73 insertions(+), 136 d...
2009 Oct 27
1
[PATCH 2/4] megasas: LSI MegaRAID SAS HBA emulation
...S 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 insertions(+), 1 deletions(-) create mode 100644 hw/megasas.c diff --git a/Makefile.hw b/Makefile.hw index de1db31..cae35f9 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -33,7 +33,7 @@ obj-y += wdt_i6300esb.o obj-y += ne2000.o # SCSI layer -obj-y += lsi53c895...
2009 Oct 27
1
[PATCH 2/4] megasas: LSI MegaRAID SAS HBA emulation
...S 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 insertions(+), 1 deletions(-) create mode 100644 hw/megasas.c diff --git a/Makefile.hw b/Makefile.hw index de1db31..cae35f9 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -33,7 +33,7 @@ obj-y += wdt_i6300esb.o obj-y += ne2000.o # SCSI layer -obj-y += lsi53c895...
2018 Feb 18
12
[PATCH 0/7] Modernize vga_switcheroo by using device link for HDA
...+++++------------------------ drivers/pci/pci-driver.c | 8 +- drivers/pci/pci.c | 10 +-- drivers/pci/pci.h | 1 + drivers/pci/quirks.c | 39 ++++++++ include/linux/pci.h | 2 + include/linux/pci_ids.h | 1 + include/linux/vga_switcheroo.h | 6 -- include/sound/hdaudio.h | 3 - sound/pci/hda/hda_intel.c | 36 +++++--- sound/pci/hda/hda_intel.h | 3 - 15 files changed, 114 insertions(+), 198 deletions(-) -- 2.15.1
2009 Oct 24
11
Howto hide scsi or other hardware from the virtual system
Hi, I have created a virtual system via xen and would like to strip some unrequired virtual hardware from it. Example: my virtual Windows system shows me a scsi PCI device (as unknown device). I would like to get rid of it - I am only using IDE in the virtual system. How can I hide specific hardware from the virtual system? Cheers, Emre P.S.: as far as I understand specifying
2003 Dec 01
0
No subject
Samba mount (from one of our build scripts). We decided to upgrade to RedHat 7.2 (which uses a newer version of Samba -- 2.1.1b IIRC), maybe that fixes the problem. However, I decided to submit this bug report, in the hope that it may help kill some bugs. (Remember -- the only good bug, is a dead bug :)) So, here is the dmesg output: Linux version 2.2.16-22enterprise
2018 Mar 03
12
[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
...rivers/gpu/vga/vga_switcheroo.c | 152 ++++++++------------------------ drivers/pci/pci-driver.c | 17 ++-- drivers/pci/pci.c | 8 +- drivers/pci/quirks.c | 39 ++++++++ include/linux/pci.h | 2 + include/linux/pci_ids.h | 1 + include/linux/vga_switcheroo.h | 6 -- include/sound/hdaudio.h | 3 - sound/pci/hda/hda_intel.c | 36 +++++--- sound/pci/hda/hda_intel.h | 3 - 14 files changed, 117 insertions(+), 201 deletions(-) -- 2.15.1
2018 Mar 06
0
[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
...eroo.c | 152 ++++++++------------------------ > drivers/pci/pci-driver.c | 17 ++-- > drivers/pci/pci.c | 8 +- > drivers/pci/quirks.c | 39 ++++++++ > include/linux/pci.h | 2 + > include/linux/pci_ids.h | 1 + > include/linux/vga_switcheroo.h | 6 -- > include/sound/hdaudio.h | 3 - > sound/pci/hda/hda_intel.c | 36 +++++--- > sound/pci/hda/hda_intel.h | 3 - > 14 files changed, 117 insertions(+), 201 de...
2023 Feb 21
2
[GIT PULL] virtio,vhost,vdpa: features, fixes
...| 2 +- drivers/vhost/vhost.h | 2 +- drivers/vhost/vsock.c | 2 +- drivers/virtio/virtio_ring.c | 133 ++- drivers/virtio/virtio_vdpa.c | 13 +- include/linux/pci_ids.h | 2 + include/linux/vdpa.h | 12 +- include/linux/virtio_config.h | 8 +- include/linux/virtio_ring.h | 16 + include/linux/vringh.h | 2 +- include/uapi/...
2006 Feb 25
1
ATI RS350 chipset
Dear All, I just upgraded my firewall/smarthost to a 2.6 GHz P4 on a Gigabyte board with the ATI RS350 chipset. Unfortunately the chipset isn't support on the kernel and I get slow disk performance lspci gives this: lspci 00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge 00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP PCI/AGP Bridge 00:13.0 USB Controller: ATI
2023 Feb 23
1
[GIT PULL] virtio,vhost,vdpa: features, fixes
...| 2 +- > drivers/vhost/vhost.h | 2 +- > drivers/vhost/vsock.c | 2 +- > drivers/virtio/virtio_ring.c | 133 ++- > drivers/virtio/virtio_vdpa.c | 13 +- > include/linux/pci_ids.h | 2 + > include/linux/vdpa.h | 12 +- > include/linux/virtio_config.h | 8 +- > include/linux/virtio_ring.h | 16 + > include/linux/vringh.h |...