summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-08-08myx requires the driver pad short ethernet frames to 60 bytes byDavid Gwynne
2011-08-04In `string' state, accept bell (^G) as an end of sequence in addition toMiod Vallat
2011-08-03Alexander Polakov found a use of an uninitialized pointer in the scsiDavid Gwynne
2011-07-31Add support for the Ricoh 5U823 SD/MMC controller found on the x220.Mark Kettenis
2011-07-31regenMark Kettenis
2011-07-31Fix typo in Ricoh 5U823 SD/MMC entry.Mark Kettenis
2011-07-26Calling a detach function from an attach function is no longer legal (Theo de Raadt
2011-07-26do not describe where DELAY comes from; pointed out by austin; ok jsgTheo de Raadt
2011-07-22Add the Huawei E181.David Coppa
2011-07-22Add the Huawei E181.David Coppa
2011-07-21Add the Huawei E1750 USB modemDavid Coppa
2011-07-21Add the Huawei E1750 USB modemDavid Coppa
2011-07-21Index the sensor array starting from 0 not sc_vd_id_low. On my R310 thisStuart Henderson
2011-07-20For now, disable msi interrupts. Reading through the linux driver oneMarco Peereboom
2011-07-20spell FALLTHROUGH correctlyStuart Henderson
2011-07-20this works on the galaxy s2 too.Jasper Lievisse Adriaanse
2011-07-20regenJasper Lievisse Adriaanse
2011-07-20add a newer samsung android phoneJasper Lievisse Adriaanse
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