ecc: Support the ECC error detection for Xeon E3-1200 family
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 8 Dec 2011 09:02:36 +0000 (17:02 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 13 Dec 2011 02:17:27 +0000 (10:17 +0800)
commit513b5b19d690c892a7f6f7d0797e418b9b637181
tree4d08908cff55b5f2a83176f5e2f84654cf2565fd
parentae328de56a8ee900ddf0091a3facc747e9e31e76
ecc: Support the ECC error detection for Xeon E3-1200 family

- ecc no longer replaces hostb, instead, it becomes a device under hostb
- Clean up the code a little bit
- Split ecc.c into individual files based on device type
sys/bus/pci/hostb_pci.c
sys/dev/bridge/ecc/Makefile
sys/dev/bridge/ecc/ecc_amd8000.c [moved from sys/dev/bridge/ecc/ecc.c with 56% similarity]
sys/dev/bridge/ecc/ecc_e31200.c [new file with mode: 0644]
sys/dev/bridge/ecc/ecc_e31200_reg.h [new file with mode: 0644]