]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.21-irda-ibm.patch
- obsolete
[packages/kernel.git] / linux-2.4.21-irda-ibm.patch
1 --- drivers/net/irda/nsc-ircc.c.old     2003-08-13 01:01:56.000000000 +0200
2 +++ drivers/net/irda/nsc-ircc.c 2003-08-13 01:03:25.000000000 +0200
3 @@ -704,11 +704,12 @@
4                    driver_name, version);
5  
6         /* Should be 0x2? */
7 +#if 0
8         if (0x20 != (version & 0xf0)) {
9                 ERROR("%s, Wrong chip version %02x\n", driver_name, version);
10                 return -1;
11         }
12 -
13 +#endif
14         /* Switch to advanced mode */
15         switch_bank(iobase, BANK2);
16         outb(ECR1_EXT_SL, iobase+ECR1);
This page took 0.03085 seconds and 3 git commands to generate.