Port-i386 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ACPI issue with old Shuttle system
On Thu, Jul 02, 2009 at 10:36PM +0200, Matthias Drochner wrote:
>jdw-nbsd%menelos.com@localhost said:
>> options PCI_CONF_MODE=1 # 1 or 2
>
>If you tell the exact PCI location and ID of your host
>bridge it could be added to the list of known bad
>chipsets in arch/x86/pci/pci_machdep.c:pcim1_quirk_tbl[].
Here's a diff against a 5.0 source tree.
--- sys/arch/x86/pci/pci_machdep.c.orig 2009-07-02 18:22:57.000000000 -0500
+++ sys/arch/x86/pci/pci_machdep.c 2009-07-02 18:23:27.000000000 -0500
@@ -168,6 +168,8 @@
/* Parallels Desktop for Mac */
_qe(0, 2, 0, PCI_VENDOR_PARALLELS, PCI_PRODUCT_PARALLELS_VIDEO),
_qe(0, 3, 0, PCI_VENDOR_PARALLELS, PCI_PRODUCT_PARALLELS_TOOLS),
+ /* SIS 740 */
+ _qe(0, 0, 0, PCI_VENDOR_SIS, PCI_PRODUCT_SIS_740),
/* SIS 741 */
_qe(0, 0, 0, PCI_VENDOR_SIS, PCI_PRODUCT_SIS_741),
{0, 0xffffffff} /* patchable */
-Jason
--
Jason White <jdw-nbsd%menelos.com@localhost>
http://jdwhite.menelos.com/
PGP KeyID: 0x8FCDEB23
Home |
Main Index |
Thread Index |
Old Index