K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-04-26T19:30:11.000000Z K 7 svn:log V 589 Machine Check Architecture (MCA) support code. Error records are collected at boot and made available through sysctl(8). At the moment, the following MIB names are created: hw.mca.count - The number of error records collected. hw.mca.first - The lowest sequence number present. hw.mca.last - The highest sequence number present. hw.mca. - The error record with sequence number . Using sysctl(8) allows us to easily detect and analyze the records, which is very helpful during development of MCA but can also be used in production as a way to collect machine health statistics. END