summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-08-09Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[]David Coppa
2017-08-07Add RK3399 USB3 related clocks.Mark Kettenis
2017-08-04add ASIX AX99100 supportSASANO Takayoshi
2017-08-04regenSASANO Takayoshi
2017-08-04add ASIX AX99100 device IDSASANO Takayoshi
2017-08-04Fix defenition of reset bits.Mark Kettenis
2017-08-02Match D-Link DWA-130 rev F1 devices. These work with run(4).Stefan Sperling
2017-08-02regenStefan Sperling
2017-08-02Add device ID for D-Link DWA-130 rev F.Stefan Sperling
2017-08-01Remove some debug printfs.Mark Kettenis
2017-08-01Add a driver for the OCTEON USB3 controller bridge.Visa Hankala
2017-08-01defer init of the myxmcl pool to mountroot, and enable pool cpu caches.David Gwynne
2017-07-30clang (and newer gcc at high -O) are unaware that objects placed in strangeTheo de Raadt
2017-07-30Use memcpy instead of casts to copy 8 bytes of data to avoid unalignedMark Kettenis
2017-07-29Remove useless conditional before free().ians
2017-07-29Add a bcmaux(4) driver that handles clocks and interrupts for theMark Kettenis
2017-07-29Device trees for the Rasperry Pi are still in flux. Catch up with theMark Kettenis
2017-07-28Add a driver for the OCTEON SATA controller bridge.Visa Hankala
2017-07-28The read buffer size reported by the hardware can be up to 4095Alexander Bluhm
2017-07-27Use variable edge masks (again).Ulf Brosziewski
2017-07-27Initialize pools with correct sizes.Martin Pieuchot
2017-07-26Do not add plain edge areas as default.Ulf Brosziewski
2017-07-26we_readmem() and ec_readmem() are inlined, but they can also be static.Theo de Raadt
2017-07-26uha_init_mscp() is unused.Theo de Raadt
2017-07-25fallback on _BIF properly when _BIX exists and returns a packageJoshua Stein
2017-07-25The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up.Alexander Bluhm
2017-07-25Add dwdog(4), a driver for the Synopsys Designware watchdog timer integratedMark Kettenis
2017-07-24Add support for the AXP152 which has a shutdown control register that isMark Kettenis
2017-07-24pcxrtc(4), a driver for the NXP PCF8563 RTC.Mark Kettenis
2017-07-24tweak malloc(9) flags: since that M_NOWAIT might return NULL hence itGleydson Soares
2017-07-23this is imt, not imsJoshua Stein
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23Add a few more RK3288 clocks.Mark Kettenis
2017-07-23Tweak timeouts a bit such that this works on the RK3288.Mark Kettenis
2017-07-23Prevent a possible "MAC context already removed" panic in iwm_auth().Stefan Sperling
2017-07-23Add RK3288 support.Mark Kettenis
2017-07-22acpibat: look for _BIX first before falling back on _BIFJoshua Stein
2017-07-22Add frame length range checks to the input path of iwm(4).Stefan Sperling
2017-07-22Introduce jiffies, a volatile unsigned long version of our ticks variableMark Kettenis
2017-07-21Do not permit USB ioctl handler malloc(9)'s to block as this interferesians
2017-07-21Show Synaptics Model IDs.Ulf Brosziewski
2017-07-21Replace MD _bus_dmamap_* function calls with MI onesMike Belopuhov
2017-07-21Add frame length boundary checks to the input path of atu(4).Stefan Sperling
2017-07-21Unbreak the rsu(4) driver which was not kept up-to-date with recent WPAStefan Sperling
2017-07-21Fix frame length bounds checks in rsu(4).Stefan Sperling
2017-07-21Drop Rx'd frames larger than MCLBYTES.Kevin Lo
2017-07-20Make otus(4) drop frames larger than MCLBYTES.Stefan Sperling
2017-07-20Start a list of isa(4) device names such that we can avoid printing themMark Kettenis