public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] eisa.ids: Add Network Peripherals FDDI boards
@ 2009-05-30 23:54 Maciej W. Rozycki
  2009-06-02  2:28 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Maciej W. Rozycki @ 2009-05-30 23:54 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: linux-kernel

 Add EISA IDs for Network Peripherals FDDI boards.  Descriptions taken 
from the respective EISA configuration files.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
 It's unlikely we'll ever support these cards, the problem being the lack 
of documentation.  Assuming the policy for the EISA ID database is the 
same as for PCI I'm sending these entries for the sake of completeness.

 Please apply.

  Maciej

patch-mips-2.6.27-rc8-20081004-npi-eisa-0
Index: linux-mips-2.6.27-rc8-20081004-dolch/drivers/eisa/eisa.ids
===================================================================
--- linux-mips-2.6.27-rc8-20081004-dolch.orig/drivers/eisa/eisa.ids
+++ linux-mips-2.6.27-rc8-20081004-dolch/drivers/eisa/eisa.ids
@@ -1140,6 +1140,11 @@ NON0301 "c't Universale Graphic Adapter"
 NON0401 "c't Universal Ethernet Adapter"
 NON0501 "c't Universal 16-Bit Sound Adapter"
 NON0601 "c't Universal 8-Bit Adapter"
+NPI0120 "Network Peripherals NP-EISA-1 FDDI Interface"
+NPI0221 "Network Peripherals NP-EISA-2 FDDI Interface"
+NPI0223 "Network Peripherals NP-EISA-2E Enhanced FDDI Interface"
+NPI0301 "Network Peripherals NP-EISA-3 FDDI Interface"
+NPI0303 "Network Peripherals NP-EISA-3E Enhanced FDDI Interface"
 NSS0011 "Newport Systems Solutions WNIC Adapter"
 NVL0701 "Novell NE3200 Bus Master Ethernet"
 NVL0702 "Novell NE3200T Bus Master Ethernet"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] eisa.ids: Add Network Peripherals FDDI boards
  2009-05-30 23:54 [PATCH] eisa.ids: Add Network Peripherals FDDI boards Maciej W. Rozycki
@ 2009-06-02  2:28 ` Andrew Morton
  2009-06-02  8:09   ` Marc Zyngier
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2009-06-02  2:28 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: Marc Zyngier, linux-kernel, Andries Brouwer

On Sun, 31 May 2009 00:54:26 +0100 (BST) "Maciej W. Rozycki" <macro@linux-mips.org> wrote:

>  Add EISA IDs for Network Peripherals FDDI boards.  Descriptions taken 
> from the respective EISA configuration files.
> 
> Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
> ---
>  It's unlikely we'll ever support these cards, the problem being the lack 
> of documentation.  Assuming the policy for the EISA ID database is the 
> same as for PCI I'm sending these entries for the sake of completeness.
> 
>  Please apply.
> 
>   Maciej
> 
> patch-mips-2.6.27-rc8-20081004-npi-eisa-0
> Index: linux-mips-2.6.27-rc8-20081004-dolch/drivers/eisa/eisa.ids
> ===================================================================
> --- linux-mips-2.6.27-rc8-20081004-dolch.orig/drivers/eisa/eisa.ids
> +++ linux-mips-2.6.27-rc8-20081004-dolch/drivers/eisa/eisa.ids

Gee.  Nobody has altered that file in six years.  Then again, few new
EISA cards have been designed in that time...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] eisa.ids: Add Network Peripherals FDDI boards
  2009-06-02  2:28 ` Andrew Morton
@ 2009-06-02  8:09   ` Marc Zyngier
  2009-06-02 19:07     ` Maciej W. Rozycki
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2009-06-02  8:09 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Maciej W. Rozycki, Marc Zyngier, linux-kernel, Andries Brouwer

On Mon, 1 Jun 2009 19:28:23 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:

> On Sun, 31 May 2009 00:54:26 +0100 (BST) "Maciej W. Rozycki"
> <macro@linux-mips.org> wrote:
> 
> >  Add EISA IDs for Network Peripherals FDDI boards.  Descriptions
> > taken from the respective EISA configuration files.
> > 
> > Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
> > ---
> >  It's unlikely we'll ever support these cards, the problem being
> > the lack of documentation.  Assuming the policy for the EISA ID
> > database is the same as for PCI I'm sending these entries for the
> > sake of completeness.
> > 
> >  Please apply.
> > 
> >   Maciej
> > 
> > patch-mips-2.6.27-rc8-20081004-npi-eisa-0
> > Index: linux-mips-2.6.27-rc8-20081004-dolch/drivers/eisa/eisa.ids
> > ===================================================================
> > --- linux-mips-2.6.27-rc8-20081004-dolch.orig/drivers/eisa/eisa.ids
> > +++ linux-mips-2.6.27-rc8-20081004-dolch/drivers/eisa/eisa.ids
> 
> Gee.  Nobody has altered that file in six years.  Then again, few new
> EISA cards have been designed in that time...
> 

Oh well, maybe it is worth it, if only for the archaeological value...

Signed-off-by: Marc Zyngier <maz@misterjones.org>

	M.
-- 
We don't mess around.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] eisa.ids: Add Network Peripherals FDDI boards
  2009-06-02  8:09   ` Marc Zyngier
@ 2009-06-02 19:07     ` Maciej W. Rozycki
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej W. Rozycki @ 2009-06-02 19:07 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: Andrew Morton, Marc Zyngier, linux-kernel, Andries Brouwer

On Tue, 2 Jun 2009, Marc Zyngier wrote:

> > Gee.  Nobody has altered that file in six years.  Then again, few new
> > EISA cards have been designed in that time...

 Wow -- I didn't notice it's been six years!  I'd put it differently 
though -- we must be nearing the completion of the list.  Great! :)

> Oh well, maybe it is worth it, if only for the archaeological value...

 ;)

 The box is in perfect condition though.  I just need a DEFEA-DB now, and 
no, not at ~$500 as currently listed here and there.

  Maciej

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-02 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-30 23:54 [PATCH] eisa.ids: Add Network Peripherals FDDI boards Maciej W. Rozycki
2009-06-02  2:28 ` Andrew Morton
2009-06-02  8:09   ` Marc Zyngier
2009-06-02 19:07     ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox