CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/31 07:30:25
Modified files:
sys/conf : files
sys/dev/i2c : files.i2c
sys/dev/pci/drm: files.drm
Log message:
Unbreak the build on amd64 by making sure that inteldrm pulls in the generic
i2c bit-banging code. Requires us to move around the i2c_bitbang define.
Also move the onewire_bitbang define to be close to i2c_bitbang since they
are similar.
ok jsing@
