summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-03-17Provide both errno.h codes for the userspace tools like bioctlAlexander Yurchenko
2009-03-17Fix compilation without bio(4).Alexander Yurchenko
2009-03-17we do know how to handle iack. in the rx path at least.David Gwynne
2009-03-16Implement bioctl volume management: rebuild and hotspare.Alexander Yurchenko
2009-03-16Trivial malloc + memset -> malloc(,,M_ZERO) conversion.Owain Ainsworth
2009-03-16pmap = (conditional ? user_way : pmap = pmap_kernel());Owain Ainsworth
2009-03-16first stage of removing ``copying & needfeel'' flags thatAlexandre Ratchov
2009-03-16When doing pass-through calculate right xs->resid value based onAlexander Yurchenko
2009-03-16Don't set error on data underrun. This tiny change allowed scsi tapeAlexander Yurchenko
2009-03-16syncTheo de Raadt
2009-03-1688E8057 is a Yukon 2 Ultra 2, and this might make it work on a littleTheo de Raadt
2009-03-16regenJonathan Gray
2009-03-16Add Intel System Controller Hub (SCH) devices.Jonathan Gray
2009-03-16Remove redundant DPRINTF from ips_morpheus_isintr.Alexander Yurchenko
2009-03-16IPS_SCSI_PT flag not used any more.Alexander Yurchenko
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2009-03-15Generic softinterrupt support for m88k based platforms, adapted from armMiod Vallat
2009-03-15Let CPU_INFO_UNIT() be used before cpu0 attaches, and make sureMiod Vallat
2009-03-15Now that we have splsoftassert(), make the soft ipl levels positive andMiod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-15Include .S files in make depend.Miod Vallat
2009-03-15Cleanup error processing:Alexander Yurchenko
2009-03-15Allow CPU_INFO_UNIT() to be used before cpu0 attaches.Miod Vallat
2009-03-15In _bus_dmamem_alloc(), do not bother printing avail_start and avail_endMiod Vallat
2009-03-14Some ICMP types that also have icmp_id, pointed out by markus@Ryan Thomas McBride
2009-03-14some devices like the Planex GW-US300MiniS seem to have only 4 Tx bulkDamien Bergamini
2009-03-14regenDamien Bergamini
2009-03-14add more run(4) USB ids, clarify some.Damien Bergamini
2009-03-14regenJonathan Gray
2009-03-14apologize (dlg and claudio, stop snickering)Theo de Raadt
2009-03-14Match on D-Link DWA-130.Jonathan Gray
2009-03-14D-Link DWA-130, from Todd Carson in pr 6105.Jonathan Gray
2009-03-13Add SCSI pass-through and enclosure support. Tested on lpinto'sAlexander Yurchenko
2009-03-13tabs; stupid emacsMarco Peereboom
2009-03-13Fixup in acpidock for aml_evalintegerJordan Hargrave
2009-03-13Fixed potential aml_freevalue on uninitialized stack , reported by krwJordan Hargrave
2009-03-13Some preparation steps for SCSI pass-through support:Alexander Yurchenko
2009-03-13Process command completion errors while polling, too.Alexander Yurchenko
2009-03-13regenKevin Lo
2009-03-13add nVidia GeForce 9300M CSKevin Lo
2009-03-12In the most common case -- array failure -- move error message underAlexander Yurchenko
2009-03-12Advanced error checking.Alexander Yurchenko
2009-03-12Define a proper wsdisplay type for raptor(4).Mark Kettenis
2009-03-12For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE.Alexander Yurchenko
2009-03-12regenPhilip Guenthe
2009-03-12threxit() can't return, so its return type is really voidPhilip Guenthe
2009-03-12Add id for this ridiculous small run(4) found at akihabara. As usual commitedClaudio Jeker
2009-03-12syncClaudio Jeker
2009-03-12Add usbdevs of the smallest run(4) ever seen. That thing is smaller thenClaudio Jeker
2009-03-11Do more error checking in acx(4).Stefan Sperling