From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: "Chen, Justin" <justin.chen@hp.com>
Cc: rmk+serial@arm.linux.org.uk, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org
Subject: Re: [PATCH] new hp diva console port
Date: Mon, 24 Oct 2005 12:32:36 -0600 [thread overview]
Message-ID: <200510241232.36948.bjorn.helgaas@hp.com> (raw)
In-Reply-To: <C1BB5827EB7A364EA57B4E8C7C02ADAC054EB2F2@cacexc04.americas.cpqcorp.net>
On Friday 21 October 2005 6:30 pm, Chen, Justin wrote:
> This patch adds the new ID 0x132a and configure the new PCI Diva console
> port. This device support only 1 single console UART. Please apply.
It'll be easier to apply this if you follow the guidelines in
Documentation/SubmittingPatches. For example, the patch should
apply with "patch -p1", add "Signed-off-by:", etc.
> --- 8250_pci.c.orig 2005-10-18 15:56:50.148489501 -0700
> +++ 8250_pci.c 2005-10-18 15:55:25.624076474 -0700
> @@ -178,6 +178,7 @@ static int __devinit pci_hp_diva_init(st
> rc = 4;
> break;
> case PCI_DEVICE_ID_HP_DIVA_POWERBAR:
> + case PCI_DEVICE_ID_HP_DIVA_HURRICANE:
> rc = 1;
> break;
> }
> --- pci_ids.h.orig 2005-10-18 16:02:56.864305321 -0700
> +++ pci_ids.h 2005-10-18 16:03:54.002976496 -0700
> @@ -710,6 +710,7 @@
> #define PCI_DEVICE_ID_HP_DIVA_EVEREST 0x1282
> #define PCI_DEVICE_ID_HP_DIVA_AUX 0x1290
> #define PCI_DEVICE_ID_HP_DIVA_RMP3 0x1301
> +#define PCI_DEVICE_ID_HP_DIVA_HURRICANE 0x132a
> #define PCI_DEVICE_ID_HP_CISSA 0x3220
> #define PCI_DEVICE_ID_HP_CISSB 0x3230
> #define PCI_DEVICE_ID_HP_ZX2_IOC 0x4031
> -
> 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 prev parent reply other threads:[~2005-10-24 18:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-22 0:30 [PATCH] new hp diva console port Chen, Justin
2005-10-24 18:32 ` Bjorn Helgaas [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-10-24 21:38 Chen, Justin
2005-10-24 22:35 ` Russell King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200510241232.36948.bjorn.helgaas@hp.com \
--to=bjorn.helgaas@hp.com \
--cc=justin.chen@hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=rmk+serial@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).