Age | Commit message (Expand) | Author |
2011-08-08 | myx requires the driver pad short ethernet frames to 60 bytes by | David Gwynne |
2011-08-04 | In `string' state, accept bell (^G) as an end of sequence in addition to | Miod Vallat |
2011-08-03 | Alexander Polakov found a use of an uninitialized pointer in the scsi | David Gwynne |
2011-07-31 | Add support for the Ricoh 5U823 SD/MMC controller found on the x220. | Mark Kettenis |
2011-07-31 | regen | Mark Kettenis |
2011-07-31 | Fix typo in Ricoh 5U823 SD/MMC entry. | Mark Kettenis |
2011-07-26 | Calling a detach function from an attach function is no longer legal ( | Theo de Raadt |
2011-07-26 | do not describe where DELAY comes from; pointed out by austin; ok jsg | Theo de Raadt |
2011-07-22 | Add the Huawei E181. | David Coppa |
2011-07-22 | Add the Huawei E181. | David Coppa |
2011-07-21 | Add the Huawei E1750 USB modem | David Coppa |
2011-07-21 | Add the Huawei E1750 USB modem | David Coppa |
2011-07-21 | Index the sensor array starting from 0 not sc_vd_id_low. On my R310 this | Stuart Henderson |
2011-07-20 | For now, disable msi interrupts. Reading through the linux driver one | Marco Peereboom |
2011-07-20 | spell FALLTHROUGH correctly | Stuart Henderson |
2011-07-20 | this works on the galaxy s2 too. | Jasper Lievisse Adriaanse |
2011-07-20 | regen | Jasper Lievisse Adriaanse |
2011-07-20 | add a newer samsung android phone | Jasper Lievisse Adriaanse |
2011-07-18 | Revert vnd(4) to its older less strict behavior. | Matthew Dempsky |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-07-14 | We must not call xl_wol_power() from xl_stop(). If we do the device | Stefan Sperling |
2011-07-12 | Range check vnd_secsize, vnd_ntracks, and vnd_nsectors so that later on | Theo de Raadt |
2011-07-11 | pass the interface for non-compat-mode piix. from netbsd. | joshua stein |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-10 | Read the HCSPARAMS register from the correct location, and add | Eric Faurot |
2011-07-09 | translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAP | David Gwynne |
2011-07-09 | Switch umass(4) to use a single target scsibus with | Matthew Dempsky |
2011-07-09 | Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET. | Matthew Dempsky |
2011-07-09 | Fix fallout from my previous SCSI refactoring diff (moving | Matthew Dempsky |
2011-07-09 | Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *" | Matthew Dempsky |
2011-07-08 | add support for HUAWEI E1752 seriese modem | Yojiro Uo |
2011-07-08 | regen | Yojiro Uo |
2011-07-08 | add HUAWEI E1752 | Yojiro Uo |
2011-07-08 | regen | Yojiro Uo |
2011-07-08 | add entry for YUBICO yubikey | Yojiro Uo |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | Ack, my last change used size_t for file offsets, but size_t is only | Matthew Dempsky |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
2011-07-08 | ansi, no binary change | Jonathan Gray |
2011-07-08 | fill in the ata vpd page as best we can. i dont know how to fill in the | David Gwynne |
2011-07-08 | provide the thin provisining vpd page if the disk does trim. only claim | David Gwynne |
2011-07-08 | macros for TRIM | David Gwynne |
2011-07-08 | some trim cleanups and additions. | David Gwynne |
2011-07-08 | Refactor vnd(4) to use vn_rdwr() instead of setting up the uio/iovec | Matthew Dempsky |
2011-07-08 | Validate DISKUNIT(dev) in vndstrategy() like we do in other | Matthew Dempsky |
2011-07-08 | Add a vndencryptbuf() function, and refactor vndstrategy() slightly to | Matthew Dempsky |
2011-07-08 | update the firmware to 1.4.50 via freebsd. | David Gwynne |
2011-07-07 | Add new syscall entries to support the openat(2) family of functions | Matthew Dempsky |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |