rapidio: add new idt sRIO switches
authorAlexandre Bounine <[email protected]>
Thu, 13 Jan 2011 01:00:43 +0000 (17:00 -0800)
committerLinus Torvalds <[email protected]>
Thu, 13 Jan 2011 16:03:18 +0000 (08:03 -0800)
Add new sRIO switch device IDs and enable a basic support for them.

Signed-off-by: Alexandre Bounine <[email protected]>
Cc: Kumar Gala <[email protected]>
Cc: Matt Porter <[email protected]>
Cc: Li Yang <[email protected]>
Cc: Thomas Moll <[email protected]>
Cc: Micha Nelissen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rapidio/switches/idt_gen2.c
include/linux/rio_ids.h

index dd4b2b7112c0a6108a223fa5db18dd69e3ddade5..095016a9dec16930f7ed0947c0e607717678b16a 100644 (file)
@@ -416,3 +416,5 @@ static int idtg2_switch_init(struct rio_dev *rdev, int do_enum)
 
 DECLARE_RIO_SWITCH_INIT(RIO_VID_IDT, RIO_DID_IDTCPS1848, idtg2_switch_init);
 DECLARE_RIO_SWITCH_INIT(RIO_VID_IDT, RIO_DID_IDTCPS1616, idtg2_switch_init);
+DECLARE_RIO_SWITCH_INIT(RIO_VID_IDT, RIO_DID_IDTVPS1616, idtg2_switch_init);
+DECLARE_RIO_SWITCH_INIT(RIO_VID_IDT, RIO_DID_IDTSPS1616, idtg2_switch_init);
index ee7b6ada188f664d760b2f3c7c4eaf1832c7eab3..7410d3365e2ad5472f28631e90397501d3fed6a4 100644 (file)
@@ -36,5 +36,7 @@
 #define RIO_DID_IDTCPS10Q              0x035e
 #define RIO_DID_IDTCPS1848             0x0374
 #define RIO_DID_IDTCPS1616             0x0379
+#define RIO_DID_IDTVPS1616             0x0377
+#define RIO_DID_IDTSPS1616             0x0378
 
 #endif                         /* LINUX_RIO_IDS_H */