summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-12-30Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media statusBrad Smith
2013-12-30Expand the MSI support to cover most of the remaining bge(4) chipsets with theBrad Smith
2013-12-30Enable snooping on Lynx Point-LP HD Audio.Jonathan Gray
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-29regenMiod Vallat
2013-12-29Intel NM70Miod Vallat
2013-12-28Always call PHY_RESET upon attaching eephy(4) so as to do PHY initialization,Brad Smith
2013-12-28Attempt to approximate what should happen on a suspend/resume cycle.Theo de Raadt
2013-12-28Sync activate code sequnces to if_msk.c as much as possible, in caseTheo de Raadt
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2013-12-28Move the fairly heavy eephy_init sequence [which was only done atTheo de Raadt
2013-12-28Put the entropy_pool[] into the ELF .openbsd.randomdata segment.Theo de Raadt
2013-12-25Instead of deciding which iockbc port is the keyboard port, and which one is theMiod Vallat
2013-12-24If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardwareMark Kettenis
2013-12-23regenBrad Smith
2013-12-23Add Atheros AR9462 and AR9565Brad Smith
2013-12-23Revert previous commit. It makes resume hang on some MP systems runningMark Kettenis
2013-12-22Try to keep the framebuffer console layout that was set up by the firmwareMark Kettenis
2013-12-22Add support for BCM57786,which seems to be almost indistinguishable from theMark Kettenis
2013-12-22Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies theMark Kettenis
2013-12-22Bail out early if the PCI bus number is -1. This means the hardware isn'tMark Kettenis
2013-12-22spacing; Loganaden VelvindronTheo de Raadt
2013-12-22format string fix: %08x instead of %p for uint32_tStefan Fritsch
2013-12-22size_t format string fixesStefan Fritsch
2013-12-21Don't assign a literal number to a variable that otherwise holds an errno.Philip Guenther
2013-12-21Advertise that we provide monotonic timestamps.Mark Kettenis
2013-12-21rearrange DVACT_RESUME chunk to avoid implying something ridiculousTheo de Raadt
2013-12-21save/restore hpet configuration. Perhaps a little more than weTheo de Raadt
2013-12-21i915_gem_mmap_ioctl() should return a Linux-style negative errno value.Mark Kettenis
2013-12-21Fix locking in the page fault handler. A (somewhat malicious) userlandMark Kettenis
2013-12-20regenMatthew Dempsky
2013-12-20add virtio scsiMatthew Dempsky
2013-12-20Add vioscsi(4) driver.Matthew Dempsky
2013-12-19be more careful during suspend/resume cycles, as roughly detailed in theTheo de Raadt
2013-12-17do not put a second : in a dmesg line, use , insteadTheo de Raadt
2013-12-17don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly.Theo de Raadt
2013-12-17syncTheo de Raadt
2013-12-17elan products; Thomas PfaffTheo de Raadt
2013-12-16Switch generic drm modesetting code over to Linux-style negative errnoMark Kettenis
2013-12-16Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we needMark Kettenis
2013-12-15Fix error handling of ->fb_create() call. Prevents kernel panic if anMark Kettenis
2013-12-15Fix bthub compilation by adding missing prototypes.Paul Irofti
2013-12-15Fix ubt compilation after my last usbd_dying sprint.Paul Irofti
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