summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-01-25More alignment spellosskrll
2014-01-25close uhidev only when it was successfully opened.mlelstv
2014-01-24Snapshot of work in progress:bouyer
2014-01-23Add comments and KNF. No functional change.msaitoh
2014-01-23Add entry for Intel Quark X1000 UART.msaitoh
2014-01-22Provide a wsdisplay_accessops.pollcskrll
2014-01-22swap16 -> bswap16 swap32 -> bswap32matt
2014-01-22fix unused variable warningschristos
2014-01-22implement WSDISPLAYIO_{GET|PUT}CMAP ioctl()smacallan
2014-01-21fix unused variableschristos
2014-01-21one more file neededmlelstv
2014-01-21wscons driver for Intel Graphics Media Accelerator.mlelstv
2014-01-21Rename 88SE91XX.msaitoh
2014-01-21Regen.msaitoh
2014-01-21Rename MARVELL2's 0x91a3 entry to 88SE91XX.msaitoh
2014-01-21fix buildmlelstv
2014-01-21keep track of VCONS_DRAW_INTR screen cache also in erasecols/rows andmlelstv
2014-01-21add function to detach wscons from a console. This allows tomlelstv
2014-01-20Remove the check for (cmdlen > 0) when writing. When i2cscan sends ajdc
2014-01-20 Fix a bug that EG20T's UARTs from #1 to #3 never match.msaitoh
2014-01-18Request a 80x25 tty emulation, which is more likely to work than 80x30bouyer
2014-01-18+ Please also update ACPI_DATE in include/acapps.h.apb
2014-01-16Add another XXX comment, I'm not in a postition to fix the code.dsl
2014-01-16Fix PR kern/46376 with Nat Sloss's patch (with slight modification).jakllsch
2014-01-14cap mappable framebuffer size at 64MB before dividing it up for each outputmacallan
2014-01-14- move cursor area to the end of each display's chunk of fb RAMmacallan
2014-01-13try not to crash when calling glyphcache_wipe() on an uninitialized cachemacallan
2014-01-13Regenreinoud
2014-01-13Add Atmel's SAM-BA programming port as found on Atmel's SAM3E (ARM CortexM3)reinoud
2014-01-13Regenreinoud
2014-01-13Add Future Bits as vendor codereinoud
2014-01-11KASSERT that cmd is non-NULL in more places, and in a place that previouslyjakllsch
2014-01-11Do not take data from the controller in interrupt handler if we are polling.jakllsch
2014-01-10Sync with pcidev's change. Rename PCI_PRODUCT_MARVELL2_88SE9128 tomsaitoh
2014-01-10regen.msaitoh
2014-01-10 Rework for Marvell 88SE9128. Change the description of 0x9123 tomsaitoh
2014-01-09regenchristos
2014-01-09revert unintended changeschristos
2014-01-09Fix build. Only compile tested.htodd
2014-01-09regen.msaitoh
2014-01-09 Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip'smsaitoh
2014-01-09add three temperature sensors from ST.mlelstv
2014-01-08Fix whitespace issues.jakllsch
2014-01-08Add unused tps65217pmic_reg_write() function.jakllsch
2014-01-07 Insert completion barrier between register write and delay().msaitoh
2014-01-04__unuse the right functionmacallan
2014-01-04regen.msaitoh
2014-01-04Add Intel Z68 LPCmsaitoh
2014-01-03Modularizepgoyette
2014-01-03If you're going to build this driver as a module, make sure that itpgoyette