summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-10-01from Anon Ymous:christos
2010-10-01From Anon Ymous:christos
2010-10-01remove debugging statements that have no chance of working (they crash)christos
2010-10-01Use DMA bounce buffer, if DMA buffer is making by multiple segments. A lotkiyohara
2010-09-30use the drawing engine to draw characters so we don't have to sync after eachmacallan
2010-09-30add a couple more register definitions, mostly from xf86-video-r128macallan
2010-09-28make this compile.christos
2010-09-28- fixes from Jean-Yves Migeonchristos
2010-09-27move all the compat code here, and #ifdef __i386__ from mrg.christos
2010-09-27backwards compat code for paddr_t being 32 bits.christos
2010-09-27Add some IDs. (9210/9211/9220/9221)kiyohara
2010-09-25Regen from usbdevs rev 1.562:tsutsui
2010-09-25Add support for I/O DATA ETX-US2.tsutsui
2010-09-24Do not discard ACPI PCI addresses with function number 0xFFFF: thegsutre
2010-09-23Add Marvell Secure Digital Input/Output (SDIO) Interface Driver.kiyohara
2010-09-23Print bus width and clock for feature(High speed support).kiyohara
2010-09-22Back out previous change. "automagically" is NOT a typo.kiyohara
2010-09-221. Don't try to call the driver's get_limits routine if it doesn't havepgoyette
2010-09-21+ Add macro SMC_CAPS_8BIT_MODE for 8bit mode support.kiyohara
2010-09-21Fix build failure.kiyohara
2010-09-21add separate flags for putchar() based copycols() and copyrows() methodsmacallan
2010-09-20Use the control (not data) interface descriptor when looking at thechristos
2010-09-20Clean up return/error in sdmem_mem_send_scr().kiyohara
2010-09-20Fix SCR data.kiyohara
2010-09-20Support MMC 4,8-bit mode.kiyohara
2010-09-20Sync with POSTREAD before memcpy.kiyohara
2010-09-20Clear SMF_CARD_PRESENT, if failed to attach.kiyohara
2010-09-20Print product name. like sd(4), wd(4) and etc...kiyohara
2010-09-20Check disk bounds, in RAW_PART.kiyohara
2010-09-20Multiple channel devices *should* be working. Remove the debug codemjacob
2010-09-19actually, put the old definitions back into vndvar.h, under _KERNEL,mrg
2010-09-19fix the vnd_osize changes on 32 bit platforms with 64 bit alignment formrg
2010-09-19add support for COMPAT_50 ioctls. struct vnd_user has a dev_t componentmrg
2010-09-14clear the screen when attaching, not when adding screens since that maymacallan
2010-09-14leave the screen description alone when we're not the console in order tomacallan
2010-09-14don't muck with the screen description if we're not the console, for somemacallan
2010-09-14always make sure we can access the framebuffer - having more than one wsdisplaymacallan
2010-09-14support backlight control via wsconsctlmacallan
2010-09-13Add Conexant codec IDsjmcneill
2010-09-13comment out an unused static functiondrochner
2010-09-10remove debug leftoverahoka
2010-09-09Allow e?siop_dump_script() to work with on-chip RAM. Prefixjakllsch
2010-09-09add backlight control via PMFmacallan
2010-09-09First cut of simple syscall wrapper, which make(1) can usesjg
2010-09-08Driver for Davicom DM9000 ethernet chips.ahoka
2010-09-08Ensure that it is UPS_PORT_ENABLED before checking the speed of the device.kiyohara
2010-09-08make debug code compile againmacallan
2010-09-07Fix a performance problem with the ciss(4) driver. NetBSD does commonmhitch
2010-09-07do not assume all fw devices speak sbp.cegger
2010-09-07convert tsleep to kpausecegger