summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/ddc.c
AgeCommit message (Expand)Author
2015-07-25Fix block offsets for ddc_read_edid_block.jmcneill
2015-05-17add ddc_dev_read_edid{,_block} functions, same as ddc_read_edid{,_block} but ...jmcneill
2014-11-17add ddc_read_edid_block, which is the same as ddc_read_edid but takes an addi...jmcneill
2008-05-04device_t/softc split and other related cosmetic changes.xtraeme
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-04-25Add basic DDC (VESA Data Display Channel) driver for use by framebuffers.gdamore