summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-07-18Revert vnd(4) to its older less strict behavior.Matthew Dempsky
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-15Cope with the start-dma-before-init errata and some other register setupTheo de Raadt
2011-07-14We must not call xl_wol_power() from xl_stop(). If we do the deviceStefan Sperling
2011-07-12Range check vnd_secsize, vnd_ntracks, and vnd_nsectors so that later onTheo de Raadt
2011-07-11pass the interface for non-compat-mode piix. from netbsd.joshua stein
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-10Read the HCSPARAMS register from the correct location, and addEric Faurot
2011-07-09translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAPDavid Gwynne
2011-07-09Switch umass(4) to use a single target scsibus withMatthew Dempsky
2011-07-09Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET.Matthew Dempsky
2011-07-09Fix fallout from my previous SCSI refactoring diff (movingMatthew Dempsky
2011-07-09Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *"Matthew Dempsky
2011-07-08add support for HUAWEI E1752 seriese modemYojiro Uo
2011-07-08regenYojiro Uo
2011-07-08add HUAWEI E1752Yojiro Uo
2011-07-08regenYojiro Uo
2011-07-08add entry for YUBICO yubikeyYojiro Uo
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-08Ack, my last change used size_t for file offsets, but size_t is onlyMatthew Dempsky
2011-07-08Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).Stefan Sperling
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