Age | Commit message (Expand) | Author |
2009-03-22 | Don't show rebuild status for offline volumes. | Alexander Yurchenko |
2009-03-22 | Put recently added bio and sensors stuff under #if NBIO > 0 and | Alexander Yurchenko |
2009-03-21 | If rebuild is active set volume state to ``rebuild''. | Alexander Yurchenko |
2009-03-21 | Report rebuild progress only if rebuild is active. | Alexander Yurchenko |
2009-03-21 | Always re-route interrupts, even when doing so appears to be a no-op. Some | Mark Kettenis |
2009-03-21 | don't call uiomove(9) at IPL_AUDIO, slightly simplify the code | Alexandre Ratchov |
2009-03-21 | IPS_MAXTARGETS should be 16, not 15. | Alexander Yurchenko |
2009-03-21 | Be smart when attaching pass-through scsibuses. Use configuration | Alexander Yurchenko |
2009-03-21 | Make nvram writable (if necessary) before calling OF_setprop(). Prevents | Mark Kettenis |
2009-03-21 | Looks like the ``params'' field in the physical device description | Alexander Yurchenko |
2009-03-20 | Unconditionally drain the RX ring when stpping the chip. | Mark Kettenis |
2009-03-20 | When calculating physical disk size use its number of sectors | Alexander Yurchenko |
2009-03-20 | Detect unused and hot-spare drives. | Alexander Yurchenko |
2009-03-20 | Support bio ``unused'' drives. | Alexander Yurchenko |
2009-03-20 | Cleanup physical drive states handling. | Alexander Yurchenko |
2009-03-20 | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat |
2009-03-20 | Switch vax to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2009-03-20 | Minor style nit; rnoland (freebsd). | Owain Ainsworth |
2009-03-20 | Fetch rebuild status only for degraded or offline volumes. | Alexander Yurchenko |
2009-03-19 | For rebuilds use a special REBUILD command instead of a generic | Alexander Yurchenko |
2009-03-19 | We don't count buffercache stats in the B_PHYS case, so fix nfs to not | Owain Ainsworth |
2009-03-19 | For pass-through commands adjust timeout value to what controller | Alexander Yurchenko |
2009-03-19 | Unify command id printing. | Alexander Yurchenko |
2009-03-19 | Make ips_timeout to be usable not only with scsi xfers. | Alexander Yurchenko |
2009-03-19 | Remove unused code. | Alexander Yurchenko |
2009-03-18 | Keep softc pointer in ccb because it requires some work to correctly | Alexander Yurchenko |
2009-03-17 | Provide both errno.h codes for the userspace tools like bioctl | Alexander Yurchenko |
2009-03-17 | Fix compilation without bio(4). | Alexander Yurchenko |
2009-03-17 | we do know how to handle iack. in the rx path at least. | David Gwynne |
2009-03-16 | Implement bioctl volume management: rebuild and hotspare. | Alexander Yurchenko |
2009-03-16 | Trivial malloc + memset -> malloc(,,M_ZERO) conversion. | Owain Ainsworth |
2009-03-16 | pmap = (conditional ? user_way : pmap = pmap_kernel()); | Owain Ainsworth |
2009-03-16 | first stage of removing ``copying & needfeel'' flags that | Alexandre Ratchov |
2009-03-16 | When doing pass-through calculate right xs->resid value based on | Alexander Yurchenko |
2009-03-16 | Don't set error on data underrun. This tiny change allowed scsi tape | Alexander Yurchenko |
2009-03-16 | sync | Theo de Raadt |
2009-03-16 | 88E8057 is a Yukon 2 Ultra 2, and this might make it work on a little | Theo de Raadt |
2009-03-16 | regen | Jonathan Gray |
2009-03-16 | Add Intel System Controller Hub (SCH) devices. | Jonathan Gray |
2009-03-16 | Remove redundant DPRINTF from ips_morpheus_isintr. | Alexander Yurchenko |
2009-03-16 | IPS_SCSI_PT flag not used any more. | Alexander Yurchenko |
2009-03-15 | Generic softinterrupt code for m68k platforms, now copied from m88k. | Miod Vallat |
2009-03-15 | Generic softinterrupt support for m88k based platforms, adapted from arm | Miod Vallat |
2009-03-15 | Let CPU_INFO_UNIT() be used before cpu0 attaches, and make sure | Miod Vallat |
2009-03-15 | Now that we have splsoftassert(), make the soft ipl levels positive and | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-15 | Include .S files in make depend. | Miod Vallat |
2009-03-15 | Cleanup error processing: | Alexander Yurchenko |
2009-03-15 | Allow CPU_INFO_UNIT() to be used before cpu0 attaches. | Miod Vallat |