summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-07-08ansi, no binary changeJonathan Gray
2011-07-08fill in the ata vpd page as best we can. i dont know how to fill in theDavid Gwynne
2011-07-08provide the thin provisining vpd page if the disk does trim. only claimDavid Gwynne
2011-07-08macros for TRIMDavid Gwynne
2011-07-08some trim cleanups and additions.David Gwynne
2011-07-08Refactor vnd(4) to use vn_rdwr() instead of setting up the uio/iovecMatthew Dempsky
2011-07-08Validate DISKUNIT(dev) in vndstrategy() like we do in otherMatthew Dempsky
2011-07-08Add a vndencryptbuf() function, and refactor vndstrategy() slightly toMatthew Dempsky
2011-07-08update the firmware to 1.4.50 via freebsd.David Gwynne
2011-07-07Add new syscall entries to support the openat(2) family of functionsMatthew Dempsky
2011-07-07use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okHenning Brauer
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