Age | Commit message (Expand) | Author |
2020-12-17 | bwfm: add a delay in bwfm_set_key_cb before talking to hardware | Joshua Stein |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-12-08 | an(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-12-02 | Extract another couple of chunks from main() into helper functions, | Kenneth R Westerback |
2020-11-17 | Split imxiic(4) into the FDT-attachment code and the i.MX I2C code | Patrick Wildt |
2020-11-16 | Fix compile error on big-endian machines caused by recent multicast commit. | Patrick Wildt |
2020-11-16 | Add multicast support to bwfm(4) to make IPv6 work and to fix | Patrick Wildt |
2020-11-11 | Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher. | Stefan Sperling |
2020-10-23 | Add support for the Micro Crystal RV4162. This variant holds the | Patrick Wildt |
2020-10-22 | Switch away from splsoftnet() and change the code to splnet(). | Claudio Jeker |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | Kenneth R Westerback |
2020-10-15 | Replace local *_copy_internal_data() with scsi_copy_internal_data(). | Kenneth R Westerback |
2020-10-11 | Stop exporting `wt_hwqueue' now that drivers don't advertise it. | Martin Pieuchot |
2020-10-09 | Kill unused IEEE80211_RADIOTAP_HWQUEUE. | Martin Pieuchot |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |
2020-09-03 | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-01 | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to | Kenneth R Westerback |
2020-08-26 | Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set, | Kenneth R Westerback |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-24 | Implement UHS-I support in the sdmmc(4) midlayer. | Mark Kettenis |
2020-08-14 | Re-commit Exar XR17V35x serial port support previously backed out: | Joshua Stein |
2020-08-13 | Give SCSIBUS_B probing a chance to work with better logic in | Kenneth R Westerback |
2020-08-13 | qlw_xs_bus() must return 0 while bus 0 is being probed. | Kenneth R Westerback |
2020-08-08 | The only thing worse than trailing whitespace is leading spaces instead of tabs. | Kenneth R Westerback |
2020-07-30 | When this Aviion-only driver is eventually sent to join its friends in the attic | Kenneth R Westerback |
2020-07-30 | "#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly. | Kenneth R Westerback |
2020-07-29 | Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I was | Kenneth R Westerback |
2020-07-29 | fix new typo | Theo de Raadt |
2020-07-29 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-28 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-28 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-25 | Nuke unused struct scsi_link member of struct wd33c93_softc. | Kenneth R Westerback |
2020-07-24 | Turning on various scsi drivers' *DEBUG options reveals that this has | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Neither is saa.ssa.pool the same as saa.saa_pool. | Kenneth R Westerback |
2020-07-20 | Missed a chunk somewhere along the line. Use our_id vs our_id_b in | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-20 | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. | Stefan Sperling |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-14 | Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) when | Kenneth R Westerback |
2020-07-13 | Where we have a pointer (sc) to the relevant adapter_softc, use | Kenneth R Westerback |
2020-07-13 | Remove some pointless casting of void * when assigning one | Kenneth R Westerback |
2020-07-13 | When athn(4) is deciding how to decrypt an incoming frame, look into the | Stefan Sperling |
2020-07-12 | Minor code shuffle to close ranks of sc_link initializations. | Kenneth R Westerback |
2020-07-12 | False alarm, back it goes. Managed to mangle my kernel build directory | Kenneth R Westerback |
2020-07-11 | Revert previous. Broke something somehow. | Kenneth R Westerback |