summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2016-10-07another unused variable bites the dust. spotted by deraadtTed Unangst
2016-10-07the old time delta code is no longer used. nothing reads these values.Ted Unangst
2016-10-06Fold the bus_dmamap_destroy into the loop aboveMike Belopuhov
2016-10-06Remove _ds_boundary abuse (again)Mike Belopuhov
2016-10-06Enable hardware VLAN taggingMike Belopuhov
2016-10-06Disable RTS for long frames in ral(4) for rt2560 chips.Stefan Sperling
2016-10-06Remove reference to non existing font.Frederic Cambus
2016-10-06Fix the condition used to decide whether to automatically start theAlexandre Ratchov
2016-10-05Hide wpi(4) fatal firmware error details inside #ifdef WPI_DEBUG.Stefan Sperling
2016-10-05Set the USE_RTS flag in the right place. Error introduced in if_iwm.c r1.139.Stefan Sperling
2016-10-04At acpithinkpad attach time determine the value of the mute, and deferTheo de Raadt
2016-10-04Let the stack perform DMA synchronization instead of doing it (partially)Martin Pieuchot
2016-10-04Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not aMark Kettenis
2016-10-04Check the actual pointer returned by km_alloc(9) instead of the array. TheMark Kettenis