index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
/
spdmem.c
Age
Commit message (
Expand
)
Author
2007-11-26
Display module size for direct rambus rimms, not yet tested.
Jonathan Gray
2007-11-26
Add basic rambus decode method, showing the module type.
Jonathan Gray
2007-11-25
Kill spdmem_hexdump() before anyone starts using it.
Miod Vallat
2007-10-20
Create memory specific decode routines to make code cleaner,
Jonathan Gray
2007-10-20
re-introduce the "p_clk rounding" for DDR -- they need it
Theo de Raadt
2007-10-20
Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) for
Jonathan Gray
2007-10-20
Deal with all possible 16 array offsets for tenths of a nanosecond array,
Jonathan Gray
2007-10-18
Correct tenths of a nanosecond cycle encodings for DDR2,
Jonathan Gray
2007-10-17
decl variables earlier; pointed out by fgsch
Theo de Raadt
2007-10-17
some local variables can shadow to decrease kernel stack use, whee
Theo de Raadt
2007-10-16
Fix printing of DIMM size for DDR2.
Mark Kettenis
2007-10-15
No need to match on "at34c02" anymore.
Mark Kettenis
2007-10-14
correctly print PC and PC2- prefixes; ok jsg
Theo de Raadt
2007-10-13
really correct : printing; ok deraadt@
Constantine A. Murenin
2007-10-11
hypenate memory type for readability.
Jonathan Gray
2007-10-10
correct : printing; ok jsg
Theo de Raadt
2007-10-08
Print registered/CAS latency information for SDRAM.
Jonathan Gray
2007-10-08
To identity PC133 we need to check cycle time as modules
Jonathan Gray
2007-10-08
Correct frequency for SDRAM.
Jonathan Gray
2007-10-08
Don't skip EEPROMs in ofw i2c scan,
Jonathan Gray
2007-10-08
Indicate if the module is registered, DDR/DDR2 only at the moment.
Jonathan Gray
2007-10-07
Print CAS latency for DDR/DDR2.
Jonathan Gray
2007-10-07
Port of Nicolas Joly, Paul Goyette & Tobias Nygren's
Jonathan Gray