| Age | Commit message (Expand) | Author |
| 2020-08-14 | fix a bit that I missed in the device_t/softc split 8 years ago. | chs |
| 2020-08-14 | restore the initialization of icp->icp_ccbs that I removed by mistake. | chs |
| 2020-07-28 | say what is not configured in nvme_print() | jdolecek |
| 2020-07-28 | add a quirk to disable MSI, and enable it for Intel SSD DC P4500 | jdolecek |
| 2020-07-22 | bwfm: Switch from pcq to pool_cache. | riastradh |
| 2020-07-22 | Add include guards and appropriate includes to bwfmreg.h, bwfmvar.h. | riastradh |
| 2020-07-22 | Sort #includes. Nix trailing whitespace. | riastradh |
| 2020-07-22 | s/reseting/resetting/ | msaitoh |
| 2020-07-16 | make sure the alignment of ciss_cmd matches KASSERT() in ciss_cmd() | jdolecek |
| 2020-07-16 | revert the conversion to STAILQ, it broke execution of commands | jdolecek |
| 2020-07-15 | g/c unused sc_channel_raw, sc_adapter_raw | jdolecek |
| 2020-07-15 | G.C. comment. | msaitoh |
| 2020-07-14 | remove CISS_NO_INTERRUPT_HACK, discussed with joerg@ and spz@ | jdolecek |
| 2020-07-14 | remove ccb_sc to save memory, no need to store pointer to sc in ccb | jdolecek |
| 2020-07-14 | use STAILQ for ccb lists to save some memory, doubly-linked list is not needed | jdolecek |
| 2020-07-14 | only copy the actual command length in ciss_scsi_cmd(), instead of always | jdolecek |
| 2020-07-14 | g/c #if 0'ed ciss_scsi_raw_cmd() | jdolecek |
| 2020-07-14 | add support for PERFORMANT mode, and allow MSI/MSI-X (only) for adapters which | jdolecek |
| 2020-07-13 | move some of the patching of callbacks and other data after | mrg |
| 2020-07-10 | remove write-only sc_ccbq, and unused sc_ccbdone | jdolecek |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-06-27 | constify, NFCI | jdolecek |
| 2020-06-27 | prop_data_data_nocopy -> prop_data_value | jmcneill |
| 2020-06-27 | small constify | jdolecek |
| 2020-06-27 | mark ahc_loadseq()/ahd_loadseq() as __noinline to avoid 'stack usage | jdolecek |
| 2020-06-24 | actually stop using the stack variable | jdolecek |
| 2020-06-24 | avoid allocating almost 5k struct ibm561data on stack in ibm561_cninit(); | jdolecek |
| 2020-06-24 | rearrange to avoid allocating softc on stack in ug_isa_match() | jdolecek |
| 2020-06-14 | replace EX_NOWAIT with EX_WAITOK in device attach methods. | chs |
| 2020-06-12 | pmf-powerdown == false --> pmf-no-powerdown == true | thorpej |
| 2020-06-03 | Don't print an error message on spurious interrupt. Way too noisy for Xen. | bouyer |
| 2020-05-30 | discussed with thorpej@, and it seems it's better to allocate the bss | jdolecek |
| 2020-05-30 | reduce stack usage in bwfm_rx_event_cb(), can use KM_SLEEP because | jdolecek |
| 2020-05-30 | constify, and make static where possible | jdolecek |
| 2020-05-30 | fix wdcprobe_with_reset() to avoid allocating big structures on stack | jdolecek |
| 2020-05-29 | Make this compile again. Not tested. | rin |
| 2020-05-26 | Make the readahead-while-sending-output code conditional in | martin |
| 2020-05-25 | Improve RGMII TX / RX delay handling, from OpenBSD. | jmcneill |
| 2020-05-21 | in wdctimeout(), do not schedule another timeout handler, as that only | jdolecek |
| 2020-05-19 | in wdctimeout() ignore timeout if not actually waiting for IRQ, to avoid | jdolecek |
| 2020-05-19 | only start the timeout machinery once the I/O is completely setup | jdolecek |
| 2020-05-18 | Fix typo in comment. | msaitoh |
| 2020-05-17 | Mask all the MMC counter interrupts if the MMC module is present. | chs |
| 2020-05-16 | Store initial TSC/HPET readings for hpet0 only. | ad |
| 2020-05-15 | hardclock_ticks -> getticks() | maxv |
| 2020-05-11 | Make the driver endian-independent. | jdc |
| 2020-05-08 | Fix the TSC timecounter (on the systems I have access to): | ad |
| 2020-05-04 | Add bitmap access ops support for EVRX framebuffer on HP9000/425e. | tsutsui |
| 2020-05-01 | Get rid of needless __predict_true() and move a comment slightly. | simonb |
| 2020-05-01 | Zero rndsource before using it. | riastradh |