public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ihalainen Nickolay <ihanic@dev.ehouse.ru>
To: Christoph Hellwig <hch@infradead.org>
Cc: admin@list.net.ru, linux-kernel@vger.kernel.org
Subject: Re: Digi Neo 8: linux-2.6.12_r2  jsm driver
Date: Tue, 12 Apr 2005 19:38:14 +0400	[thread overview]
Message-ID: <425BEB66.9030305@dev.ehouse.ru> (raw)
In-Reply-To: <20050412144459.GB9796@infradead.org>

Christoph Hellwig wrote:
> On Tue, Apr 12, 2005 at 04:13:43PM +0400, Ihalainen Nickolay wrote:
> Also the driver has changed a little in -mm, can you provide a diff
> against that?
Sorry.
> 
diff -up -r linux-2.6.12-rc2/drivers/serial/jsm/jsm_driver.c 
linux-2.6.12-rc2-modified/drivers/serial/jsm/jsm_driver.c
--- linux-2.6.12-rc2/drivers/serial/jsm/jsm_driver.c    2005-04-11 
13:08:16.000000000 +0000
+++ linux-2.6.12-rc2-modified/drivers/serial/jsm/jsm_driver.c 
2005-04-11 12:58:51.000000000 +0000
@@ -60,11 +60,13 @@ int         jsm_driver_state = DRIVER_INITIALIZ
  spinlock_t     jsm_board_head_lock = SPIN_LOCK_UNLOCKED;
  LIST_HEAD(jsm_board_head);

+
  static struct pci_device_id jsm_pci_tbl[] = {
         { PCI_DEVICE (PCI_VENDOR_ID_DIGI, PCI_DEVICE_ID_NEO_2DB9), 
  0,      0,      0 },
         { PCI_DEVICE (PCI_VENDOR_ID_DIGI, PCI_DEVICE_ID_NEO_2DB9PRI), 
  0,      0,      1 },
         { PCI_DEVICE (PCI_VENDOR_ID_DIGI, PCI_DEVICE_ID_NEO_2RJ45), 
  0,      0,      2 },
         { PCI_DEVICE (PCI_VENDOR_ID_DIGI, PCI_DEVICE_ID_NEO_2RJ45PRI), 
  0,      0,      3 },
+       { PCI_DEVICE (PCI_VENDOR_ID_DIGI, PCI_DEVICE_NEO_8_DID), 
0,      0,      4 },
         { 0,}                                           /* 0 terminated 
list. */
  };
  MODULE_DEVICE_TABLE(pci, jsm_pci_tbl);
@@ -74,6 +76,7 @@ static struct board_id jsm_Ids[] = {
         { PCI_DEVICE_NEO_2DB9PRI_PCI_NAME,      2 },
         { PCI_DEVICE_NEO_2RJ45_PCI_NAME,        2 },
         { PCI_DEVICE_NEO_2RJ45PRI_PCI_NAME,     2 },
+       { PCI_DEVICE_NEO_8_DID          ,       8 },
         { NULL,                                 0 }
  };

@@ -167,6 +170,7 @@ static int jsm_found_board(struct pci_de
         case PCI_DEVICE_ID_NEO_2DB9PRI:
         case PCI_DEVICE_ID_NEO_2RJ45:
         case PCI_DEVICE_ID_NEO_2RJ45PRI:
+       case PCI_DEVICE_NEO_8_DID:

                 /*
                  * This chip is set up 100% when we get to it.
diff -up -r linux-2.6.12-rc2/include/linux/pci_ids.h 
linux-2.6.12-rc2-modified/include/linux/pci_ids.h
--- linux-2.6.12-rc2/include/linux/pci_ids.h    2005-04-11 
13:08:16.000000000 +0000
+++ linux-2.6.12-rc2-modified/include/linux/pci_ids.h   2005-04-11 
12:58:04.000000000 +0000
@@ -1530,6 +1530,7 @@
  #define PCI_DEVICE_ID_NEO_2DB9PRI       0x00C9
  #define PCI_DEVICE_ID_NEO_2RJ45         0x00CA
  #define PCI_DEVICE_ID_NEO_2RJ45PRI      0x00CB
+#define PCI_DEVICE_NEO_8_DID            0x00B1

  #define PCI_VENDOR_ID_MUTECH           0x1159
  #define PCI_DEVICE_ID_MUTECH_MV1000    0x0001


  reply	other threads:[~2005-04-12 15:27 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-12 12:13 Digi Neo 8: linux-2.6.12_r2 jsm driver Ihalainen Nickolay
2005-04-12 14:44 ` Christoph Hellwig
2005-04-12 15:38   ` Ihalainen Nickolay [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-04-12 14:02 Kilau, Scott
2005-04-12 14:44 ` Christoph Hellwig
2005-04-12 14:55 Kilau, Scott
2005-04-12 15:13 ` Christoph Hellwig
2005-04-12 15:30 Kilau, Scott
2005-04-12 15:32 ` Christoph Hellwig
2005-04-13  3:27   ` Ricky Beam
2005-04-13  7:26     ` Christoph Hellwig
2005-04-12 16:16 ` Greg KH
2005-04-12 16:23 ` Jan-Benedict Glaw
2005-04-12 15:55 Kilau, Scott
2005-04-12 16:42 Kilau, Scott
2005-04-12 18:48 ` Jan-Benedict Glaw
2005-04-12 16:54 Kilau, Scott
2005-04-12 17:30 ` Greg KH
2005-04-12 20:01 Kilau, Scott
2005-04-12 20:21 Kilau, Scott
2005-04-12 21:32 ` Matt Mackall
2005-04-12 21:42 ` Greg KH
2005-04-12 21:46 Kilau, Scott
2005-04-12 22:28 ` Matt Mackall
     [not found] <3SAEx-7Yo-9@gated-at.bofh.it>
2005-04-12 23:21 ` Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org>
2005-04-13  7:27   ` Christoph Hellwig
2005-04-13 14:25 Kilau, Scott

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=425BEB66.9030305@dev.ehouse.ru \
    --to=ihanic@dev.ehouse.ru \
    --cc=admin@list.net.ru \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /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