summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-12-15Overhaul the pread and pwrite code to match what Linux does. Should fix a fewMark Kettenis
2013-12-15Abuse phys_map to reliably wait for kva.Mark Kettenis
2013-12-14remove a duplicated includ file.Yojiro Uo
2013-12-14regenBrad Smith
2013-12-14new Realtek PHY.Brad Smith
2013-12-13add an entry for "IIJmobile 510FU"Yojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add IIJmobile 510FUYojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add FUJITSU component FX-5251WBYojiro Uo
2013-12-13add SACOM USB485BLYojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add vendor SACOM (0ba0h)Yojiro Uo
2013-12-13Rewrite receive filter handling and ioctl bits.Brad Smith
2013-12-12Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofPhilip Guenther
2013-12-12printf(variable) --> printf("%s", variable)Philip Guenther
2013-12-11Make obj->pages a simple array instead of an array of bus_dma_segment_t's.Mark Kettenis
2013-12-11Revert change to sha256: ramdisks don't build with this and the obviousPhilip Guenther
2013-12-11update a few RC4 references to ChaCha. thanks sthenTed Unangst
2013-12-11md5 smells bad. switch to sha256. ok deraadt matthew mikebTed Unangst
2013-12-11Clean up the ioctl handler to be in line with most of the otherBrad Smith
2013-12-09Bring i915_gem_mmap_ioctl a bit closer to the Linux code.Mark Kettenis
2013-12-09At resume, do not spin flushing characters in from the chip. There shouldn'tTheo de Raadt
2013-12-09Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTTMark Kettenis
2013-12-09use new com.c bus-independent suspend/resume code, rather than trying toTheo de Raadt
2013-12-09initialize staterr, no functional change; from david hillMike Belopuhov
2013-12-09At suspend/resume time cope with timeouts, DTR on resume in a busTheo de Raadt
2013-12-09Fix crash on urndis(4) detachPaul Irofti
2013-12-09replace workq_task_add with a task. stash teh struct in the ata xfer thingDavid Gwynne
2013-12-09timeout_del unconditionallyTheo de Raadt
2013-12-09Mark a few functions with __unused.Brad Smith
2013-12-08Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill.Stefan Sperling
2013-12-08simplify activate functionTheo de Raadt
2013-12-08remove case that does nothingTheo de Raadt
2013-12-08Enable rum(4) for armv7. Committing through it on pandaboard.Martynas Venckus
2013-12-08add static back to the ttm functionsJonathan Gray
2013-12-07Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2013-12-07Rewrite receive filter handling and ioctl bits. Fixes not being able toBrad Smith
2013-12-07Emulating wait_event_timeout() using msleep() is hard. This version shouldMark Kettenis
2013-12-07Remove the agp-specific bus_dma code. It is no longer used now thatMark Kettenis
2013-12-07No need to blow away the cache after updating GTT entries. The driver alreadyMark Kettenis
2013-12-07Now that we properly flush caches, we can enable cpu relocations.Mark Kettenis
2013-12-07Enable fast path for relocations.Mark Kettenis
2013-12-07Some fixes for jme_encap()..Brad Smith
2013-12-06Change a WARN_ON into a BUG_ON to match Linux.Mark Kettenis
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-06It seems to be possible to truncate an object while it is still mapped.Mark Kettenis
2013-12-06Another round of reducing diffs with Linux.Mark Kettenis
2013-12-05Fully unstub intel_overlay_{map|unmap}_regs.Mark Kettenis
2013-12-05use dv_unit rather than storing local version (removed sc_unit insasano