ecc(4): Move from sys/dev/bridge to sys/dev/misc.
authorSascha Wildner <saw@online.de>
Tue, 13 Dec 2011 17:17:31 +0000 (18:17 +0100)
committerSascha Wildner <saw@online.de>
Tue, 13 Dec 2011 17:17:31 +0000 (18:17 +0100)
commite147701ea73ae6d30de74a6b2f0c137eddbeee5b
treed7be3c577387f47265a7922515b041c7b320f2f8
parente18a7d0f2bbad21aa7b0befda9e622876598ee6e
ecc(4): Move from sys/dev/bridge to sys/dev/misc.

While here, make it compilable into the kernel and add it to the LINTs.
13 files changed:
share/man/man4/ecc.4
sys/conf/files
sys/config/LINT
sys/config/LINT64
sys/dev/Makefile
sys/dev/bridge/Makefile [deleted file]
sys/dev/misc/Makefile
sys/dev/misc/ecc/Makefile [moved from sys/dev/bridge/ecc/Makefile with 72% similarity]
sys/dev/misc/ecc/ecc_amd8000.c [moved from sys/dev/bridge/ecc/ecc_amd8000.c with 99% similarity]
sys/dev/misc/ecc/ecc_e31200.c [moved from sys/dev/bridge/ecc/ecc_e31200.c with 99% similarity]
sys/dev/misc/ecc/ecc_e31200_reg.h [moved from sys/dev/bridge/ecc/ecc_e31200_reg.h with 100% similarity]
sys/dev/misc/ecc/ecc_x3400.c [moved from sys/dev/bridge/ecc/ecc_x3400.c with 99% similarity]
sys/dev/misc/ecc/ecc_x3400_reg.h [moved from sys/dev/bridge/ecc/ecc_x3400_reg.h with 100% similarity]