summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/spdmem.c
AgeCommit message (Expand)Author
2009-05-23Seems I confused Mb and MB and was in too much of a rush when IJonathan Gray
2009-02-22Untested FB-DIMM decoding adapted from changes made to NetBSDJonathan Gray
2009-02-19Indicate if a thermal sensor is present on ddr3 modules.Jonathan Gray
2009-02-19Move most of spdmem match logic into the driver and add crc16/ddr3Jonathan Gray
2008-11-24remove more logically irrelevant DDR code from the SDR function; ok jsgConstantine A. Murenin
2008-11-10remove some dead code and fix a comment; llvm/clang; ok jsgConstantine A. Murenin
2008-05-21Print a specific message for non i2c attachments like macppcJonathan Gray
2008-04-21when iic_exec fails, return 0xff for the read value; ok jsgTheo de Raadt
2008-04-17make it more apparent that when we are dealing with 16 bit registersTheo de Raadt
2007-11-26Display module size for direct rambus rimms, not yet tested.Jonathan Gray
2007-11-26Add basic rambus decode method, showing the module type.Jonathan Gray
2007-11-25Kill spdmem_hexdump() before anyone starts using it.Miod Vallat
2007-10-20Create memory specific decode routines to make code cleaner,Jonathan Gray
2007-10-20re-introduce the "p_clk rounding" for DDR -- they need itTheo de Raadt
2007-10-20Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) forJonathan Gray
2007-10-20Deal with all possible 16 array offsets for tenths of a nanosecond array,Jonathan Gray
2007-10-18Correct tenths of a nanosecond cycle encodings for DDR2,Jonathan Gray
2007-10-17decl variables earlier; pointed out by fgschTheo de Raadt
2007-10-17some local variables can shadow to decrease kernel stack use, wheeTheo de Raadt
2007-10-16Fix printing of DIMM size for DDR2.Mark Kettenis
2007-10-15No need to match on "at34c02" anymore.Mark Kettenis
2007-10-14correctly print PC and PC2- prefixes; ok jsgTheo de Raadt
2007-10-13really correct : printing; ok deraadt@Constantine A. Murenin
2007-10-11hypenate memory type for readability.Jonathan Gray
2007-10-10correct : printing; ok jsgTheo de Raadt
2007-10-08Print registered/CAS latency information for SDRAM.Jonathan Gray
2007-10-08To identity PC133 we need to check cycle time as modulesJonathan Gray
2007-10-08Correct frequency for SDRAM.Jonathan Gray
2007-10-08Don't skip EEPROMs in ofw i2c scan,Jonathan Gray
2007-10-08Indicate if the module is registered, DDR/DDR2 only at the moment.Jonathan Gray
2007-10-07Print CAS latency for DDR/DDR2.Jonathan Gray
2007-10-07Port of Nicolas Joly, Paul Goyette & Tobias Nygren'sJonathan Gray