summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07get rid of a debug printf that keeps giving me flase psotives becauseHenning Brauer
2011-07-07i NEVER NEVER NEVER want to see ifqueue->ifq_len = anything. sorry, that isHenning Brauer
2011-07-07There is a bunch of places in the kernel entry points where we don'tArtur Grabowski
2011-07-07Fix the LBA offset calculation for the last block in a rebuild, if thereJoel Sing
2011-07-07Make sr_shutdown() a general function and use this from sr_detach() toJoel Sing
2011-07-07reorder two fieldsTed Unangst
2011-07-07allow AOE config to be specified by userland. ok marco.Ted Unangst
2011-07-07only allocate and copyin the length of kdfinfo data.Ted Unangst
2011-07-06When checking if a chunk is in use, do not match on NODEV.Joel Sing
2011-07-06Use a single shutdown hook for the softraid controller instead ofJoel Sing
2011-07-06vndsize() can just return -1; we don't support swapping to vndMatthew Dempsky
2011-07-06Compact the vnd sc_flags bits.Matthew Dempsky
2011-07-06Actually make sr_detach() work. At this stage we never detach softraid(4),Joel Sing
2011-07-06Retain a reference to the registered sensor task so that we can unregisterJoel Sing
2011-07-06Move all volume shutdown code into sr_shutdown_discipline() and use a flagJoel Sing
2011-07-06Add a new kqfilter for random which returns ARC4_MAIN_MAX_BYTES for readNicholas Marriott
2011-07-06Eliminate some sanity checks in vndstrategy() that are now handled byMatthew Dempsky
2011-07-06vndstrategy() should fail if VNF_HAVELABEL isn't set. This simplifiesMatthew Dempsky
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2011-07-06so... there is some crazy bug exposed on non-ironlake chips, when theTheo de Raadt
2011-07-05Call bzero(&saa, sizeof(saa)) each time we use saa to attachMatthew Dempsky
2011-07-05Replace last remaining users of link->scsibus withMatthew Dempsky
2011-07-05ENOMEM causing EIO errors is bad juju. Softraid crypto did this.Owain Ainsworth
2011-07-05Stupid driver makes a copy of struct pci_attach_args. Make sure we clearMark Kettenis
2011-07-05When the kernel runs out of mbuf clusters, the hme receive ring mayAlexander Bluhm
2011-07-05i forgot to set the sector_count when translating WRITE SAME 16David Gwynne
2011-07-04Temporarily back out msi for inteldrm.Owain Ainsworth
2011-07-04Fix debugging prints in softraid(4) so that it can compile withMatthew Dempsky
2011-07-04Use the SDEV_2NDBUS flag like isp(4) instead of the currentMatthew Dempsky
2011-07-04Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ...Jonathan Matthew
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott
2011-07-04Remove orphaned splbios that have no matching splx,Jonathan Gray
2011-07-04Convert to ANSI.Matthew Dempsky
2011-07-04assemble is a more appropriate place for the setup code than allocate.Ted Unangst
2011-07-04remove unneeded cast.David Hill
2011-07-04redo the timeout and input handling. unify them and fix some bugs.Ted Unangst
2011-07-04make it look like other softraid codeTed Unangst
2011-07-04whack the collider stuff for nowTed Unangst
2011-07-03avoid void * pointer arithmetic.David Hill
2011-07-03Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor.Mark Kettenis
2011-07-03change void * to a caddr_tDavid Hill
2011-07-03in the ironlake interrupt handler, do not do unneccesary registerTheo de Raadt
2011-07-03ucom(4) did not understand the last-close semantics. repair that, andTheo de Raadt
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-07-03Fix return values of wsdisplaykqfilter and move some code so it matchesNicholas Marriott
2011-07-03Cleanup vnd(4) a bit now that it only has one mode of operation andMatthew Dempsky
2011-07-03Fix vnd(4) support for read-only files. We can't clear sc_flagsMatthew Dempsky