summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-11-06Avoid calling usbd_set_config_no() in *_attach() and let the stack doMartin Pieuchot
2016-11-06dont issue sas config page requests against raid targets.David Gwynne
2016-11-03Support for key removal and value update operationsMike Belopuhov
2016-11-03Add locks to key-value pair poolsMike Belopuhov
2016-11-03Identify as an OSPlatformID 131 with a kernel version of 6Mike Belopuhov
2016-11-03Implement a Key-Value Pair exchange interfaceMike Belopuhov
2016-11-03Let Integrated Components allocate the receive buffer themselvesMike Belopuhov
2016-11-02Add Windows 10 VMBus protocol versionMike Belopuhov
2016-11-02Inline the macro that is used only onceMike Belopuhov
2016-11-02Fixup a wait channel used during VMBus channel discoveryMike Belopuhov
2016-11-01Reset the ucode interrupt flag in the softc before loading iwm(4) 8k firmware.Stefan Sperling
2016-10-31turns out these chips can handle buffers up to 9400 bytes in length.David Gwynne
2016-10-31revert 1.97 where i moved myx to using the system poolsDavid Gwynne
2016-10-28Improve protocol version negotiation for Integrated ComponentsMike Belopuhov
2016-10-28get rid of the custom pool in myx for jumbo frames.David Gwynne
2016-10-28In iwn(4), stop forcing RTS for every frame in 11n mode.Stefan Sperling
2016-10-27vmm is also available on i386 now, so don't restrict it to amd64.Reyk Floeter
2016-10-27Improve channel ring locking strategyMike Belopuhov
2016-10-27Uniformize debug printfs, by using consistently __func__ everywhere.Alexandre Ratchov
2016-10-27tell ix and em to use 2k+ETHER_ALIGN clusters for rx on all archs.David Gwynne
2016-10-25Channel API users should pick the bufring sizeMike Belopuhov
2016-10-25Make kernel without INET6 compile again.Alexander Bluhm
2016-10-25Deduplicate the CRS parsing code and handle broken ACPI implementations.Paul Irofti
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-10-25mask and unmask the interrupt source in an intx specific intr handler.David Gwynne
2016-10-24adapt to recent wsmouse changes by bru (oct23)Theo de Raadt
2016-10-24Backout last 2 revisions. Requested by deraadt.YASUOKA Masahiko
2016-10-24Make mfii(4) bio(4) capable.YASUOKA Masahiko
2016-10-24Add scsi ioctl hook to do a special treatment for DIOC{G,S}CACHE whichYASUOKA Masahiko
2016-10-24augment the scsi_probe handler so it tries to query the sas dev pg 0David Gwynne
2016-10-23Improved parameter handling in wsmouse and new ioctls for reading andUlf Brosziewski
2016-10-21Add support for the ACPI timer opcode.Joris Vink
2016-10-21mitigate against mpii device attachment racing with mountrootDavid Gwynne
2016-10-19Only force iwm's firmware to use RTS for all frames if the AP requires it.Stefan Sperling
2016-10-18when openbsd.randomdata was made readonly, the proto seed copy got doneTheo de Raadt
2016-10-14The trailing producer index must point to the beginning of the messageMike Belopuhov
2016-10-14Implement an operation to dequeue packets from the completion queueMike Belopuhov
2016-10-12Rename CDCE_ZAURUS option to CDCE_CRC32 for clarity.Frederic Cambus
2016-10-12Get rid of the ch_buf member that is not part of the channel APIMike Belopuhov
2016-10-11Move Hyper-V integration components into a separate source fileMike Belopuhov
2016-10-10Reshuffle GUID device ID table and add $ tags to headersMike Belopuhov
2016-10-09Don't allocate struct mixer_devinfo instances on the stack. It is a fairlyMark Kettenis
2016-10-08Make iwn(4) write MCS into the radiotap rate field.Stefan Sperling
2016-10-08Rate sets managed by net80211 are sorted by effective data rate speed whileStefan Sperling
2016-10-08Add comments explaining why athn(4) disables multi-rate retries with RTS.Stefan Sperling
2016-10-08Hide details of fatal firmware errors in iwn(4) behind #ifdef IWN_DEBUG.Stefan Sperling
2016-10-08Bring receive filter handling closer to the way we do things.Mark Kettenis
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-07Using '4' as the max # of ccb's in a work unit doesn't work so wellKenneth R Westerback