Re: [PATCH] VIA VT8231 router detection

From: Jeff Garzik (jgarzik_at_pobox.com)
Date: 08/30/03

  • Next message: Bruce Ferrell: "How do I submit a driver?"
    Date:	Sat, 30 Aug 2003 13:37:42 -0400
    To: Sebastian Reichelt <Sebastian@tigcc.ticalc.org>
    
    

    Sebastian Reichelt wrote:
    > Hello!
    >
    > I have attached a trivial patch to the Linux 2.4.21 kernel (Debian
    > unstable kernel-source-2.4.21 package version 2.4.21-5), to add support
    > for "VIA Technologies, Inc. VT8231" as an interrupt router. I have also
    > attached the output of lspci -vvv (not inline because of line breaks, is
    > that OK?). Device 00:08.0, which did not have any IRQs assigned to it
    > before, has gotten IRQ 9. I have used this patch for months without any
    > problems, so it should be fine. Sorry if I have left out something
    > important; please consider me a newbie.
    [...]
    > --- pci-irq.c.orig 2003-06-01 05:06:21.000000000 +0200
    > +++ pci-irq.c 2003-08-30 00:17:42.000000000 +0200
    > @@ -480,6 +480,7 @@
    > { "VIA", PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_0, pirq_via_get, pirq_via_set },
    > { "VIA", PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C596, pirq_via_get, pirq_via_set },
    > { "VIA", PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686, pirq_via_get, pirq_via_set },
    > + { "VIA", PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231, pirq_via_get, pirq_via_set },
    >
    > { "OPTI", PCI_VENDOR_ID_OPTI, PCI_DEVICE_ID_OPTI_82C700, pirq_opti_get, pirq_opti_set },

    Well, Mr. Newbie, your patch looks fine to me :)

    I'll test it out locally, and make sure it gets into 2.4 and 2.6, if
    nobody beats me to it.

            Jeff

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Bruce Ferrell: "How do I submit a driver?"

    Relevant Pages

    • Re: [PATCH] VIA VT8231 router detection
      ... > Well, Mr. Newbie, your patch looks fine to me:) ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [parisc-linux] Re: [PATCH 3/9] mm: parisc pte atomicity
      ... using your own tmpalias area sounds much better than getting ... I've simply not wrapped my head around the races, ... it looks like we agree that my patch is necessary and valid as is; ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: keyboard - was: Re: Linux 2.6.0-test4
      ... >> I was able to get the key unstuck by switching back and forth between ... I rebuild my kernel including your patch; ... I'll get back to you once I verify that the problem doesn't occur ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] clarify message and give support contact for non-GPL modules
      ... The author of the second module ... So here is another attempt at the patch. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: [PATCH 4/5] random periodicity detection fix
      ... >> WAY overestimating input entropy. ... > My patch did the opposite of your patch: ... 5/5 is a step in that direction, but the filtering is ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)