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