Re: [PATCH 1/6] IP100A, add end of pci id table

2006-08-20 Thread Jesse Huang
:09 PM Subject: Re: [PATCH 1/6] IP100A, add end of pci id table Jesse Huang wrote: > Hi Jeff: > > Sorry for that. I will remove those. Am I need to resent all of those > patch or send all in one patch? Normally, when I merged a patch, you will receive a one-word reply "appl

Re: [PATCH 1/6] IP100A, add end of pci id table

2006-08-18 Thread Jeff Garzik
Jesse Huang wrote: Hi Jeff: Sorry for that. I will remove those. Am I need to resent all of those patch or send all in one patch? Normally, when I merged a patch, you will receive a one-word reply "applied" or "merged". Or for a series of patches, "applies patches 1-6". For this series

Re: [PATCH 1/6] IP100A, add end of pci id table

2006-08-17 Thread Jesse Huang
006 11:19 PM Subject: Re: [PATCH 1/6] IP100A, add end of pci id table On Thu, Aug 17, 2006 at 03:00:47PM -0400, Jesse Huang wrote: > Add "0," and "NULL," to sundance_pci_tbl and pci_id_table. > @@ -212,7 +212,7 @@ static const struct pci_device_id sundan > { 0x1186, 0

Re: [PATCH 1/6] IP100A, add end of pci id table

2006-08-17 Thread Jesse Huang
D]> Sent: Thursday, August 17, 2006 10:45 PM Subject: Re: [PATCH 1/6] IP100A, add end of pci id table Jesse Huang wrote: > @@ -212,7 +212,7 @@ static const struct pci_device_id sundan > { 0x1186, 0x1002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, > { 0x13F0, 0x0201, PCI_ANY_ID, PCI_ANY

Re: [PATCH 1/6] IP100A, add end of pci id table

2006-08-17 Thread Jeff Garzik
Jesse Huang wrote: @@ -212,7 +212,7 @@ static const struct pci_device_id sundan { 0x1186, 0x1002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, { 0x13F0, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 5 }, { 0x13F0, 0x0200, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 6 }, - { } + { 0,} }; MOD

Re: [PATCH 1/6] IP100A, add end of pci id table

2006-08-17 Thread Alexey Dobriyan
On Thu, Aug 17, 2006 at 03:00:47PM -0400, Jesse Huang wrote: > Add "0," and "NULL," to sundance_pci_tbl and pci_id_table. > @@ -212,7 +212,7 @@ static const struct pci_device_id sundan > { 0x1186, 0x1002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, > { 0x13F0, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0,

[PATCH 1/6] IP100A, add end of pci id table

2006-08-17 Thread Jesse Huang
From: Jesse Huang <[EMAIL PROTECTED]> Add "0," and "NULL," to sundance_pci_tbl and pci_id_table. Change Logs: Add "0," and "NULL," to sundance_pci_tbl and pci_id_table. --- drivers/net/sundance.c |8 1 files changed, 4 insertions(+), 4 deletions(-) 9ef94f8b85a0070e49bb1883a9f