| Commit message (Expand) | Author | Age | Files | Lines |
| * | ansi |  jsg | 2021-03-07 | 17 | -636/+262 |
| * | off by one |  jsg | 2021-03-03 | 1 | -2/+2 |
| * | Read and parse OTP on the BCM4378. There are quite a few firmware and |  patrick | 2021-02-26 | 1 | -1/+5 |
| * | Refactor bwfm(4) firmware loading. The PCIe backend will need to be able |  patrick | 2021-02-26 | 2 | -2/+121 |
| * | Some newer chips have two D11/802.11 cores, and we need to reset both at |  patrick | 2021-02-25 | 1 | -3/+36 |
| * | Prevent zero size devices from attaching |  jan | 2021-02-25 | 1 | -6/+11 |
| * | we don't have to cast to caddr_t when calling m_copydata anymore. |  dlg | 2021-02-25 | 3 | -13/+12 |
| * | Enumerate GCI core, which seems to contain the OTP on the Apple M1. |  patrick | 2021-02-24 | 2 | -4/+7 |
| * | remove some unused includes |  jsg | 2021-02-23 | 7 | -832/+0 |
| * | Add a barrier between reading the cqe flags and the command ID, which |  jmatthew | 2021-02-09 | 1 | -1/+3 |
| * | Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a |  patrick | 2021-01-31 | 2 | -2/+8 |
| * | bwfm: add a delay in bwfm_set_key_cb before talking to hardware |  jcs | 2020-12-17 | 1 | -1/+3 |
| * | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. |  jan | 2020-12-12 | 10 | -28/+28 |
| * | an(4): tsleep(9) -> tsleep_nsec(9) |  cheloha | 2020-12-08 | 1 | -3/+3 |
| * | Extract another couple of chunks from main() into helper functions, |  krw | 2020-12-02 | 2 | -3/+16 |
| * | Split imxiic(4) into the FDT-attachment code and the i.MX I2C code |  patrick | 2020-11-17 | 2 | -0/+407 |
| * | Fix compile error on big-endian machines caused by recent multicast commit. |  patrick | 2020-11-16 | 1 | -2/+2 |
| * | Add multicast support to bwfm(4) to make IPv6 work and to fix |  patrick | 2020-11-16 | 1 | -6/+52 |
| * | Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher. |  stsp | 2020-11-11 | 1 | -2/+3 |
| * | Add support for the Micro Crystal RV4162. This variant holds the |  patrick | 2020-10-23 | 1 | -1/+2 |
| * | Switch away from splsoftnet() and change the code to splnet(). |  claudio | 2020-10-22 | 1 | -7/+7 |
| * | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call |  krw | 2020-10-15 | 1 | -2/+2 |
| * | Replace local *_copy_internal_data() with scsi_copy_internal_data(). |  krw | 2020-10-15 | 5 | -108/+20 |
| * | Stop exporting `wt_hwqueue' now that drivers don't advertise it. |  mpi | 2020-10-11 | 7 | -14/+7 |
| * | Kill unused IEEE80211_RADIOTAP_HWQUEUE. |  mpi | 2020-10-09 | 3 | -8/+5 |
| * | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 25 | -131/+131 |
| * | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY |  krw | 2020-09-05 | 6 | -12/+12 |
| * | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. |  krw | 2020-09-03 | 6 | -12/+12 |
| * | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 1 | -2/+2 |
| * | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 5 | -10/+10 |
| * | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to |  krw | 2020-09-01 | 7 | -55/+55 |
| * | Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set, |  krw | 2020-08-26 | 1 | -2/+1 |
| * | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -3/+1 |
| * | Implement UHS-I support in the sdmmc(4) midlayer. |  kettenis | 2020-08-24 | 1 | -3/+2 |
| * | Re-commit Exar XR17V35x serial port support previously backed out: |  jcs | 2020-08-14 | 3 | -5/+26 |
| * | Give SCSIBUS_B probing a chance to work with better logic in |  krw | 2020-08-13 | 1 | -2/+2 |
| * | qlw_xs_bus() must return 0 while bus 0 is being probed. |  krw | 2020-08-13 | 1 | -2/+12 |
| * | The only thing worse than trailing whitespace is leading spaces instead of tabs. |  krw | 2020-08-08 | 5 | -107/+107 |
| * | When this Aviion-only driver is eventually sent to join its friends in the attic |  krw | 2020-07-30 | 1 | -3/+1 |
| * | "#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly. |  krw | 2020-07-30 | 1 | -2/+1 |
| * | Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I was |  krw | 2020-07-29 | 1 | -4/+2 |
| * | fix new typo |  deraadt | 2020-07-29 | 1 | -2/+2 |
| * | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 2020-07-29 | 1 | -12/+20 |
| * | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 2020-07-28 | 1 | -3/+4 |
| * | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 2020-07-28 | 4 | -12/+22 |
| * | Nuke unused struct scsi_link member of struct wd33c93_softc. |  krw | 2020-07-25 | 1 | -2/+1 |
| * | Turning on various scsi drivers' *DEBUG options reveals that this has |  krw | 2020-07-24 | 12 | -41/+43 |
| * | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 2020-07-22 | 23 | -61/+24 |
| * | Neither is saa.ssa.pool the same as saa.saa_pool. |  krw | 2020-07-20 | 1 | -2/+2 |
| * | Missed a chunk somewhere along the line. Use our_id vs our_id_b in |  krw | 2020-07-20 | 1 | -7/+3 |