DragonFly commits List (threaded) for 2006-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev Makefile src/sys/dev/bridge Makefile src/sys/dev/bridge/ecc Makefile ecc.c
dillon 2006/10/10 11:31:03 PDT
DragonFly src repository
Modified files:
sys/dev Makefile
Added files:
sys/dev/bridge Makefile
sys/dev/bridge/ecc Makefile ecc.c
Log:
Add a device that attaches to the memory controller. If ECC is enabled in
the BIOS the device will poll the controller once a second and report
any ECC corrections or uncorrectable errors.
This module is not loaded by default. To load the module, add the following
line to /boot/loader.conf. The module can only be loaded at boot-time:
ecc_load="YES"'
As of this commit, only the AMD64's memory controller is supported.
Revision Changes Path
1.7 +1 -1 src/sys/dev/Makefile
http://www.dragonflybsd.org/cvsweb/src/sys/dev/Makefile.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]