summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-03-14Correct the value of SRT_ENDTAG: it was documented incorrectly in earlyPhilip Guenther
2016-03-14Allocate statistics command from the heap, pointed out by deraadt@Mike Belopuhov
2016-03-13In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has beenStefan Sperling
2016-03-11don't check a stack-allocated array against NULLmmcc
2016-03-11Move rtwn(4) DMA init code back to the PCI part of the driver.Stefan Sperling
2016-03-10don't check stack-allocated arrays against NULLmmcc
2016-03-10Enforce some naming sanity. Stop using 'sc_link' to mean two differentKenneth R Westerback
2016-03-09Remove pointless function pointers from urtwn(4) softc. They didn't serveStefan Sperling
2016-03-09Make rtwn(4) check for "unsupported test chip" error during attach again.Stefan Sperling
2016-03-09Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPENDStefan Sperling
2016-03-09Split the rtwn(4) driver into two layers:Stefan Sperling
2016-03-07For rtwn(4) and urtwn(4) inline driver-specific definitions in theirStefan Sperling
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-07Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.Stefan Sperling
2016-03-07Merge rtwn(4) and urtwn(4) register definitions into a common header file.Stefan Sperling
2016-03-07Fix end signature check, from Patrick Wildt.Martin Pieuchot
2016-03-04extra ) not needed, spotted by tiago silvaTheo de Raadt
2016-03-03Convert uiomovei to uiomove. Fixes a few integer truncations along theStefan Kempf
2016-03-03Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11Christian Weisgerber
2016-03-03Move fdt to a more centralized location so it can be used by arm as well. Dif...Brandon Mercer
2016-03-02Claim to be more versions of windows for _OSI checks.Jonathan Gray
2016-03-01Copy the stackgap_init() and stackgap_alloc() functions fromChristian Weisgerber
2016-02-28Remove USB_SET_IMMED ioctl and corresponding code and manpage bits.Stefan Kempf
2016-02-27pakets -> packetsmmcc
2016-02-24Fix the build with DRMDEBUG. Committing now instead of after unlock toJonathan Gray
2016-02-20syncTheo de Raadt
2016-02-20pci bridge, from Hrvoje PopovskiTheo de Raadt
2016-02-19enable snooping on Intel C610Jonathan Gray
2016-02-19Right shift by an amount larger than width of type is undefined behavior.Stefan Kempf
2016-02-18Add support for the Intel i219 network chip to the em(4) driver.Alexander Bluhm
2016-02-18regenAlexander Bluhm
2016-02-18Add Intel i219 em(4).Alexander Bluhm
2016-02-15Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-14Avoid using uninitialized variables in two corner cases. In oneKenneth R Westerback
2016-02-13Make iwm(4) initialize net80211 callback pointers at attach time.Stefan Sperling
2016-02-12pcakets -> packetsmmcc
2016-02-11ipmi(4) - Check sensor name length more carefullyMasao Uebayashi
2016-02-10Permit negative x and y coordinates in mouse.scale for uts and ums.Philip Guenther
2016-02-08Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-07Fix off-by-one in loop termination condition.tb
2016-02-07Comment.Masao Uebayashi
2016-02-07Remove a too strict assertion.Masao Uebayashi
2016-02-07Make sure the maximum iwm(4) firmware command payload size fits intoStefan Sperling
2016-02-06Add support for the 9 series PCH.Mark Kettenis
2016-02-06Enable the code that reads the BIOS from the ACPI VFCT table on platformsMark Kettenis
2016-02-05Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDUStefan Sperling
2016-02-05In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05Implement acpi_get_table_with_size(). Will soon be used to read VFCTMark Kettenis
2016-02-05Simple moderation of Tx completion notificationsMike Belopuhov