summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-08-30Lock the audio mutex before invoking the audio(4) call-back, fixesAlexandre Ratchov
2013-08-30Due to our current version of binutils not knowing newer ARMv7 instructionsPatrick Wildt
2013-08-30Turn on msi for mfii(4).Christiano F. Haesbaert
2013-08-30Fix handling of getdents() against UDF filesystems: d_off must be thePhilip Guenther
2013-08-29Add support for advanced btcoex. This commit is not really neededSylvestre Gallon
2013-08-29Iterate over the interface's address list instead of the global list.Martin Pieuchot
2013-08-29Ditch useless variable during attach.Paul Irofti
2013-08-29Fix attach messages format for the pcibus.Paul Irofti
2013-08-29rename scsi_sem_{enter,leave} to scsi_pending_{start,finish}. these areDavid Gwynne
2013-08-28Replace hand-crafted for loop over in_ifaddr with FOREACH macro.Alexander Bluhm
2013-08-28Move the early framebuffer initialization code outside of vgafb(4)Martin Pieuchot
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter
2013-08-28When we attach an interface, do not try to reuse the last index to limitMartin Pieuchot
2013-08-28If have an interface pointer, look for an address on its list ratherMartin Pieuchot
2013-08-28Fix build, reported by jsg@Martin Pieuchot
2013-08-28Remove unused argument from *rtrequest()Martin Pieuchot
2013-08-27Remove definitions of nonexistent consdevs.Martin Pieuchot
2013-08-27Since we are no longer attaching radeondrm(4) to this driver there isMartin Pieuchot
2013-08-27Sync comment with reality, the draft is now an RFC and OpenBSD followsMartin Pieuchot
2013-08-27Give RS400/RS480/RS690 another chance. These were previously disabledJonathan Gray
2013-08-27Manipulate timevals seperately, not inside a mbuf. Alignment constraintsTheo de Raadt
2013-08-27implement drm_pcie_get_speed_cap_mask()Jonathan Gray
2013-08-27stash pci chipset and bridge tags in the drm_device structJonathan Gray
2013-08-27make path driver match routes return 8 so they will definitely be higherDavid Gwynne
2013-08-27get rid of the different path scheduler types, which simplifies theDavid Gwynne
2013-08-27these were forgotten in the change from pointing paths to groups insteadDavid Gwynne
2013-08-27make scsi_sem_leave only run again once, no matter how many timesDavid Gwynne
2013-08-26Use %r27 as the thread control block pointer, allowing for __get_tcb() callsMiod Vallat
2013-08-26When a page needs to be flushed from all caches, make sure the writebackMiod Vallat
2013-08-26implement handling of group failover.David Gwynne
2013-08-26feng shuiDavid Gwynne
2013-08-26all paths are considered active, not in some unknown state.David Gwynne
2013-08-26all FUJITSU MA disks ive found seem ok with being behind mpath.David Gwynne
2013-08-26pull rdac_c9 apart and use its guts to implement the status checkDavid Gwynne
2013-08-26rename rdac_c8 to rdac_extdevid and use less magic numbers in the process.David Gwynne
2013-08-26when i first imagined how paths on mpath worked, i thought theDavid Gwynne
2013-08-26add a define for the link capabilities register forJonathan Gray
2013-08-26my DELL MD3000i seems to return skey illegal request + asc 0x94 +David Gwynne
2013-08-26checksense handlers in path drivers can return MPATH_SENSE_DECLINEDDavid Gwynne
2013-08-26free the dev slot on group allocation failure if we're building a new dev.David Gwynne
2013-08-26introduce the idea of groups of paths. mpath had stuff to managedDavid Gwynne
2013-08-26rdac_groupid queries which controller the path is attached to, which we'llDavid Gwynne
2013-08-26No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6,Alexander Bluhm
2013-08-26now that mpath is attached before any hardware, we can simplify the code.David Gwynne
2013-08-26Add a stubbed out version of drm_pcie_get_speed_cap_mask() andJonathan Gray
2013-08-26remove an uneeded printfJonathan Gray
2013-08-26move attach mpath before any hardware. the benefits being:David Gwynne
2013-08-26make scsi_{xsh,ioh}_{add,del} return whether they moved somethingDavid Gwynne
2013-08-25move the prototypes of scsi_sem_{enter,leave} into a header so thingsDavid Gwynne
2013-08-25one change missed by jsging's commit is needed to unbreak the build;Mike Belopuhov