Patch from abbotti@mev.co.uk (Ian Abbott):
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 10 Sep 2005 16:10:49 +0000 (16:10 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 10 Sep 2005 16:10:49 +0000 (16:10 +0000)
I cocked up the register offset for the third 8255 subdevice of the Amplicon
PC272E and PCI272 cards.  It should be at offset 0x10, not 0x0C.

comedi/drivers/amplc_dio200.c

index e9efe1441f376f9f32f5ecd80ae16f9a18df1093..d2569a5c060880fdac58a5046c3f0ae0b2999960 100644 (file)
@@ -190,7 +190,7 @@ static dio200_layout dio200_layouts[] = {
        [pc272_layout] = {
                n_subdevs:      4,
                sdtype:         { sd_8255, sd_8255, sd_8255, sd_intr },
-               sdinfo:         { 0x00, 0x08, 0x0C, 0x3F },
+               sdinfo:         { 0x00, 0x08, 0x10, 0x3F },
        },
 };