summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-02-24- Use ctob() instead of ptoa() to obtain physical addresses from framejym
2010-02-23Move ahci_channel_start() after BSY has cleared (what seems to matterbouyer
2010-02-23Remove unused functions pci_disable_retry() and cardbus_disable_retry().dyoung
2010-02-23Correct calculation and display of SDR DRAM speed. From OpenBSD.pgoyette
2010-02-22Restore splashscreen support with genfb.ahoka
2010-02-22Import smcsmon(4) driver for SMSC LPC47M192 hardware monitorpgoyette
2010-02-21Fix confusion about PRE/POST in previous; and another place that has thebouyer
2010-02-21Fix bus_dmamap_sync(): it should be a BUS_DMASYNC_POSTWRITE afterbouyer
2010-02-21New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.cnst
2010-02-20printf -> aprint_normal to avoid empty linefeeds and partial messagespooka
2010-02-19Huawei K3765 requires another kind of magic to get it out of CD mode.pooka
2010-02-19regen: huawei K3765pooka
2010-02-19Add Huawei K3765 (two id's, it changes product id after being inited).pooka
2010-02-19Replace USB_GET_SC() instances with USB_GET_SC_OPEN(). The latterpooka
2010-02-19Don't mix BUS_DMASYNC_PREREAD and BUS_DMASYNC_POSTWRITE.asau
2010-02-18Print correct temperature value, and properly display negative temperatures.pgoyette
2010-02-18Enhance DPRINTF to use AcpiFormatException as suggested in PR kern/40130pgoyette
2010-02-18If we're going to valdate things, at least do it correctly.pgoyette
2010-02-18Remove unnecessary line-feed.kiyohara
2010-02-18Abort setup when we find no audio codec to avoid crashing later on withmacallan
2010-02-16Add support for 82575, 82576 and 82580(ER).msaitoh
2010-02-16regen.msaitoh
2010-02-16Add entries for 82576 and 82580msaitoh
2010-02-16indent, tabify and remove extra spaces.msaitoh
2010-02-15For symmetry, allow warning and critical upper-limits for capacitypgoyette
2010-02-14Replace large amount of replicated code with a macro to improve readability.pgoyette
2010-02-14Adapt to changes in sysmon's limit structurepgoyette
2010-02-14Adapt to changes in sysmon's limit structure.pgoyette
2010-02-14Remove the flags member of the limits structure. Its value was onlypgoyette
2010-02-14Correct one more instance of checking flags in the wrong place.pgoyette
2010-02-13When checking current sensor value vs limits, check the correct set ofpgoyette
2010-02-13Explicitly mark voltage readings as valid in Winbond voltage refresh functions.jakllsch
2010-02-13KNFmartin
2010-02-13Remove UMASS_QUIRK_IGNORE_RESIDUE, instead max out the expected responsemartin
2010-02-12delay() is used here, so need to include machine/param.h.pooka
2010-02-12Make ESIOP_DEBUG compile (on some platforms? depends on bus definitions...)dholland
2010-02-12- Add some PCIe config registers.msaitoh
2010-02-11Register with pmf.joerg
2010-02-11put back the "vt100base_data" variable which was souce of confusion,drochner
2010-02-11remove unnecessary AIBS_MONLIMITS ifdefs, no binary change; ok pgoyettecnst
2010-02-10Remove accidental commit.skrll
2010-02-10Oops. Whitespace in previous.skrll
2010-02-10add some more mappings from punctuation and accented characters todrochner
2010-02-10Allow big parts of the vt100 emulation code (what is indrochner
2010-02-09regenhubertf
2010-02-09Add entry for Juniper Networks Experimental Clock Version 0hubertf
2010-02-09Kill extra semi-column.njoly
2010-02-09Tweak comment about keyboard mapping.sborrill
2010-02-09Correct setting of bits in the "generic thermistor" mode. Cut&pastepgoyette
2010-02-09regen.msaitoh