summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-01-29Add LPDDR4X and DDR5. Not decoded yet.msaitoh
2022-01-29Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG.uwe
2022-01-28Factor out the lun detection code to simplify control flow.christos
2022-01-28shut up GCC about possibly-uninit; some KNFjakllsch
2022-01-27use powerof2() in sd_validate_blksize()jakllsch
2022-01-27We no need for PQUIRK_FORCELUNS now that we try REPORT LUNS.jakllsch
2022-01-27Try REPORT LUNS command to enumerate logical units.jakllsch
2022-01-27drop poorly phrased and redundant message about unsupported chip revisionsjakllsch
2022-01-26shut up an unused variable warningmacallan
2022-01-25fix various typos in comments.andvar
2022-01-25Add Intel 600 Series PCH (desktop) support.msaitoh
2022-01-25Regen.msaitoh
2022-01-25Add Alder Lake devices and Intel 600 Series PCH devices.msaitoh
2022-01-25Accept USB 3.2 in xhci_id_protocols().msaitoh
2022-01-25Fix compile error for non __HAVE_ATOMIC64_LOADSTORE arch.msaitoh
2022-01-25Use atomic_{load,store}_relaxed() for event counters.msaitoh
2022-01-24remove double "with" in comments and usage text. Also fix one typo.andvar
2022-01-24s/begining/beginning/ in comments and messages.andvar
2022-01-24 Fix ixv.c rev. 1.176. Calculate 36bit counter correctly.msaitoh
2022-01-24Use 32bit for 32bit counter.msaitoh
2022-01-23Use __MASK(4) in bus_dmatag_subregion. NFCI.skrll
2022-01-22Explicitly cast a __MASK(48) to bus_addr_t (for 32bit bus_addr_t archs)martin
2022-01-22Explicitly cast a __MASK(40) to bus_addr_t (for 32bit bus_addr_t archs)martin
2022-01-22Explicitly cast a 40-bit mask to bus_addr_t in a dead branch (gcc apparentlymartin
2022-01-22Ensure bus_dmatag_subregion is called with an inclusive max_addrskrll
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2022-01-21s/compatile/compatible/andvar
2022-01-21when enumerating ports and endpoints treat missing 'reg' properties as zeromacallan
2022-01-21Don't bother with prom_node_to_devhandle() if we're just forwarding alongthorpej
2022-01-21Replace devhandle_invalidate(), which invalidates a devhandle, withthorpej
2022-01-20don't 'extern' some other .c file's data, espcially when it'smrg
2022-01-19Use spi_compatible_lookup().thorpej
2022-01-19Provide a spi_compatible_lookup() function to go along withthorpej
2022-01-19Stash the device_t in spi_softc.thorpej
2022-01-19Improve ixv(4)'s some event counters.msaitoh
2022-01-19Try to fix the build.martin
2022-01-19Pass the device_t into spi_configure(), and make the API contract thatthorpej
2022-01-19Probe / match routines should not have side-effects: do the spi_configure()thorpej
2022-01-18Update ixv_print_debug_info() to print similar data to ixg(4).msaitoh
2022-01-18Don't expose garbage data of hw.ixvN.debug.msaitoh
2022-01-18Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_pf().msaitoh
2022-01-18Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_vf().msaitoh
2022-01-18Use 64bit for lxon + lxoff.msaitoh
2022-01-17fix typos in comments, mainly s/foward/forward/.andvar
2022-01-17sdhc: avoid taking adaptive mutex while holding spin mutexmrg
2022-01-17Pass the controller devhandle along to the GPIO layer.thorpej
2022-01-17G/C mcpgpio_softc::sc_phandle; nothing is using it.thorpej
2022-01-17Minimal hack to pass child devices a devhandle created from the OFthorpej
2022-01-17When initializing pins, try to get the default pin name from thethorpej
2022-01-17Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", andthorpej