[SOLVED] Atmega644 - problem with digital read on pins 24 (D18) and 25 (D19)

I changed the fuse settings:

atmega644.bootloader.low_fuses=0xFF
atmega644.bootloader.high_fuses=0xD2
atmega644.bootloader.extended_fuses=0xFD

Now I can use D18 and D19 for reading the dipswitch.

Thanks!