summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/spdmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split existing spdmem@i2c code into bus-agnostic spd record decoding code,miod2010-03-221-840/+0
* Don't try to check for ECC with fbdimm as the offset exceedsjsg2009-09-131-4/+1
* Seems I confused Mb and MB and was in too much of a rush when Ijsg2009-05-231-5/+18
* Untested FB-DIMM decoding adapted from changes made to NetBSDjsg2009-02-221-1/+72
* Indicate if a thermal sensor is present on ddr3 modules.jsg2009-02-191-1/+6
* Move most of spdmem match logic into the driver and add crc16/ddr3jsg2009-02-191-8/+194
* remove more logically irrelevant DDR code from the SDR function; ok jsgcnst2008-11-241-30/+18
* remove some dead code and fix a comment; llvm/clang; ok jsgcnst2008-11-101-16/+4
* Print a specific message for non i2c attachments like macppcjsg2008-05-211-1/+5
* when iic_exec fails, return 0xff for the read value; ok jsgderaadt2008-04-211-2/+2
* make it more apparent that when we are dealing with 16 bit registersderaadt2008-04-171-3/+3
* Display module size for direct rambus rimms, not yet tested.jsg2007-11-261-5/+27
* Add basic rambus decode method, showing the module type.jsg2007-11-261-5/+31
* Kill spdmem_hexdump() before anyone starts using it.miod2007-11-251-22/+1
* Create memory specific decode routines to make code cleaner,jsg2007-10-201-167/+248
* re-introduce the "p_clk rounding" for DDR -- they need itderaadt2007-10-201-4/+7
* Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) forjsg2007-10-201-1/+20
* Deal with all possible 16 array offsets for tenths of a nanosecond array,jsg2007-10-201-4/+2
* Correct tenths of a nanosecond cycle encodings for DDR2,jsg2007-10-181-3/+7
* decl variables earlier; pointed out by fgschderaadt2007-10-171-5/+9
* some local variables can shadow to decrease kernel stack use, wheederaadt2007-10-171-10/+8
* Fix printing of DIMM size for DDR2.kettenis2007-10-161-15/+16
* No need to match on "at34c02" anymore.kettenis2007-10-151-3/+2
* correctly print PC and PC2- prefixes; ok jsgderaadt2007-10-141-3/+3
* really correct : printing; ok deraadt@cnst2007-10-131-4/+4
* hypenate memory type for readability.jsg2007-10-111-2/+2
* correct : printing; ok jsgderaadt2007-10-101-3/+5
* Print registered/CAS latency information for SDRAM.jsg2007-10-081-4/+20
* To identity PC133 we need to check cycle time as modulesjsg2007-10-081-4/+7
* Correct frequency for SDRAM.jsg2007-10-081-8/+33
* Don't skip EEPROMs in ofw i2c scan,jsg2007-10-081-2/+3
* Indicate if the module is registered, DDR/DDR2 only at the moment.jsg2007-10-081-1/+13
* Print CAS latency for DDR/DDR2.jsg2007-10-071-17/+35
* Port of Nicolas Joly, Paul Goyette & Tobias Nygren'sjsg2007-10-071-0/+377