remove nonexistant ao range for 60xx boards
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 19 Apr 2003 04:54:13 +0000 (04:54 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 19 Apr 2003 04:54:13 +0000 (04:54 +0000)
comedi/drivers/cb_pcidas64.c

index 3a2a70f20a7fc18e17d9a3266e496ad8f13f14f2..264d89fcaf68ef58279bd65d8ef4ed6fb1129bae 100644 (file)
@@ -464,13 +464,11 @@ static comedi_lrange ao_ranges_60xx =
        1,
        {
                BIP_RANGE(10),
-               UNI_RANGE(10),
        }
 };
 static int ao_range_code_60xx[] =
 {
        0x0,
-       0x2,
 };
 
 static comedi_lrange ao_ranges_4020 =