Note: This may have been asked before. I dutifully searched for i2c-bcm2708 first: "No posts were found because the word i2c-bcm2708 is not contained in any post." Eh?
In all my dabblings with the RPi and RPi2, I've been careful to ensure i2c-bcm2708 is not blacklisted and i2c-dev is in /etc/modules, but I've never added i2c-bcm2708 to that file and yet I2C has always seemed to work fine.
In troubleshooting a potentially related issue I stumbled on the recommendations to have both i2c-bcm2708 and i2c-dev in /etc/modules... the addition of i2c-bcm2708 had no effect on the problem (it may be entirely unrelated to anything I2C) but it made me wonder: What is i2c-bcm2708 supposed to be adding to my RPi's functionality that i2c-dev didn't already (somehow, apparently)?