summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2013-08-25call if_link_state_change when link state actually changes; ok claudioMike Belopuhov
2013-08-25Make ommmc interrupts show up in vmstat -i, systat, etc.Stefan Sperling
2013-08-25Remove useless and ugly (code before decl, wrong indentation) debug printfs.Stefan Sperling
2013-08-25Allocate and deallocate memory for encryption contexts within cryptosoft,Joel Sing
2013-08-25Do not require that `extra' partitions (i-p) start on cylinder boundaries;Miod Vallat
2013-08-25In bonito_mem_map(), initialize pcimap earlier to make sure its value is notMiod Vallat
2013-08-25new ciss devices from Scott Benesh of HP via FreeBSDJonathan Gray
2013-08-25regenJonathan Gray
2013-08-25new ciss devices from Scott Benesh of HP via FreeBSDJonathan Gray
2013-08-24fix use of uninitialized variables (used only in a DEBUG printf)Mike Larkin
2013-08-24Remove call to sched_start_secondary_cpus in MP unhibernate case until weMike Larkin
2013-08-24Make sure do_xmem_* return the correct value. This fixes usage of fork()Miod Vallat
2013-08-24Cleanup amd64 and i386 MTRR code -Mike Larkin
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-23Move the openfirmware color selection code outside of vgafb(4) toMartin Pieuchot
2013-08-23Fix memory initialization for octeon's with less than 256MB.Paul Irofti
2013-08-22Remove a mac68k leftover, no object change.Martin Pieuchot
2013-08-21Add an indicator sensor to acpibtnX reflecting lid status when available,Landry Breuil
2013-08-21Use the console locator to make sure wsdisplay0 always is the glass console.Mark Kettenis
2013-08-21No need to include if_vlan_var.h twice.Martin Pieuchot
2013-08-21Fix build without vlan.Martin Pieuchot
2013-08-21Unswap address and configuration value arguments in a debug printf.Martin Pieuchot
2013-08-21Missed a spot in my last commit.Paul Irofti
2013-08-21Stop using static variables in ICMP. While this is perfectly ok forMartin Pieuchot
2013-08-21When checking for classful broadcast addresses, iterate over the listMartin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-20Add urtwn(4) to the sgi kernels where it makes sense. I've been using itBrian Callahan
2013-08-20Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white forMark Kettenis