Module: xenomai-abe
Branch: analogy
Commit: 12679c61b29e0e7d30aca787ad1507adf94cfda4
URL:    
http://git.xenomai.org/?p=xenomai-abe.git;a=commit;h=12679c61b29e0e7d30aca787ad1507adf94cfda4

Author: Alexis Berlemont <alexis.berlem...@gmail.com>
Date:   Tue Nov  3 23:29:24 2009 +0100

analogy: rename 8255 and NI PCIMIO driver

In order to be coherent with their modules' names, the drivers' names
were accordingly renamed: 
- a4l_pcimio becomes analogy_ni_pcimio
- 8255 becomes analogy_8255.
Consequently, the command line to attach these drivers has
changed. Starting from now, we have to type:
- analogy_config analogyX analogy_ni_pcimio (instead of a4l_pcimio)
- analogy_config analogyX analogy_8255 (instead of 8255).

---

 ksrc/drivers/analogy/intel/8255.c                  |    2 +-
 ksrc/drivers/analogy/national_instruments/pcimio.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ksrc/drivers/analogy/intel/8255.c 
b/ksrc/drivers/analogy/intel/8255.c
index ebaa4bb..8f5010e 100644
--- a/ksrc/drivers/analogy/intel/8255.c
+++ b/ksrc/drivers/analogy/intel/8255.c
@@ -309,7 +309,7 @@ int dev_8255_detach(a4l_dev_t *dev)
 
 static a4l_drv_t drv_8255 = {
        .owner = THIS_MODULE,
-       .board_name = "8255",
+       .board_name = "analogy_8255",
        .attach = dev_8255_attach,
        .detach = dev_8255_detach,      
        .privdata_size = 0,
diff --git a/ksrc/drivers/analogy/national_instruments/pcimio.c 
b/ksrc/drivers/analogy/national_instruments/pcimio.c
index 2c03112..a83f4e3 100644
--- a/ksrc/drivers/analogy/national_instruments/pcimio.c
+++ b/ksrc/drivers/analogy/national_instruments/pcimio.c
@@ -1570,7 +1570,7 @@ static int pcimio_detach(a4l_dev_t *dev)
 
 static a4l_drv_t pcimio_drv = {
        .owner = THIS_MODULE,
-       .board_name = "a4l_pcimio",
+       .board_name = "analogy_ni_pcimio",
        .attach = pcimio_attach,
        .detach = pcimio_detach,
        .privdata_size = sizeof(ni_private),


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to