search for: pci_id

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

Did you mean: pci_io
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_CL...
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 t...
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, t...
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, the...
2004 Jun 22
1
ide/ext3 errors on two identical machines
...CHS=232581/255/63 hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 hda9 > However, I notice some peculiarities with the on-board IDE interface: [from dmesg] Uniform Multi-Platform E-IDE driver Revision: 6.31 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx PCI_IDE: unknown IDE controller on PCI bus 00 device f9, VID=8086, DID=24db PCI: Device 00:1f.1 not available because of resource collisions PCI_IDE: (ide_setup_pci_device:) Could not enable device. [from /proc/pci] Bus 0, device 31, function 1: IDE interface: PCI device 8086:24db (Intel C...
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_NVIDI...
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-p...
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...
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...
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 += lsi53c89...
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 += lsi53c89...
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
...e 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 "hide=<pci_id>" during boot of the host system is only for hiding physical hardware from the *host*, so it can be directly attached to a virtual system ... so "hide" is not what I´m looking for (I guess) -- http://www.emre.de UIN: 561260 PGP Key ID: 0xAFAC77FD I don...
2003 Dec 01
0
No subject
...Mouse Port. Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled ttyS00 at 0x03f8 (irq = 4) is a 16550A ttyS01 at 0x02f8 (irq = 3) is a 16550A pty: 256 Unix98 ptys configured apm: BIOS not found. Real Time Clock Driver v1.09 RAM disk driver initialized: 16 RAM disks of 4096K size PCI_IDE: unknown IDE controller on PCI bus 00 device 79, VID=1166, DID=0211 PCI_IDE: not 100% native mode: will probe irqs later ide0: BM-DMA at 0x08b0-0x08b7, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0x08b8-0x08bf, BIOS settings: hdc:pio, hdd:pio hda: SAMSUNG CD-ROM SN-124, ATAPI CDROM dri...
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 d...
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 |...