summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-06-02Localize one more variable to NPCI > 0 block. Fix ia64 build.rin
2022-06-01mvxpsec(4): Fix missing change to freesession return type.riastradh
2022-06-01Correctly enter the recovery mode. Not tested.msaitoh
2022-06-01Correctly re-enable queue interrupt in ixgbe_legacy_irq().msaitoh
2022-06-01Simplify ixgbe_msix_que(). No functional change.msaitoh
2022-05-31allow ACPI to compile without PCI support. fixes ia64 build.mrg
2022-05-31vnd(4): Work around deadlock in VNDIOCCLR.riastradh
2022-05-31s/longeset/longest/ and s/collsion/collision/ in comments.andvar
2022-05-31s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-30virtio at pci: Provide attribution in debug message.riastradh
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-30Remove unused adapter->msix_mem.msaitoh
2022-05-30Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed.msaitoh
2022-05-29Apply extra delay quirk forrin
2022-05-29Apply extra delay quirk for followings:rin
2022-05-29Audit unload/unmap v.s. free against DMA buffer for sys/dev;rin
2022-05-29s/littel/little/ mainly in copy pasted comments.andvar
2022-05-28fix various typos in comments.andvar
2022-05-28fix various typos, mainly in comments.andvar
2022-05-26Use CPUID_PERF_* macros defined in specialreg.h. No functional change.msaitoh
2022-05-26only link acpi_pci*.c if acpi & pci, not just acpi.mrg
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-24Workaround for Atom C2000 series (Rangeley) qat, ok'ed by hikaru@n.o.knakahara
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-05-24Reduce diff among vmxnet3_{legacy_intr,txrxq_intr,handle_que}(). NFCI.msaitoh
2022-05-23s/boundries/boundaries/, s/itterate/iterate/ and few more typos.andvar
2022-05-23s/beggining/beginning/ in comments.andvar
2022-05-23Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci;rin
2022-05-22opencrypto: Make freesession callback return void.riastradh
2022-05-22mvxpsec(4): Prune dead branches. Assert session id validity.riastradh
2022-05-22ubsec(4): Prune dead branches. Assert session id validity.riastradh
2022-05-22hifn(4): Prune dead branches. Assert session id validity.riastradh
2022-05-22mvcesa(4): Prune dead branches. Assert session id validity.riastradh
2022-05-22ubsec(4): Tidy up error branches of ubsec_process.riastradh
2022-05-22ubsec(4): Assert crp_sid is valid.riastradh
2022-05-22hifn(4): Make ERESTART return more obvious.riastradh
2022-05-22hifn(4): Nix dead code. crp and callback are guaranteed nonnull.riastradh
2022-05-22hifn(4): hifn_compression always returns zero. Prune dead branches.riastradh
2022-05-22hifn(4): Fix error branches to do crypto_done, not return error.riastradh
2022-05-22ubsec(4): ubsec_kprocess always returns zero. Prune dead branches.riastradh
2022-05-22ubsec(4): Fix error branch: call crypto_kdone, don't return error.riastradh
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-22Use PRIxBUSADDR for bus_addr_t in debug printf.hannken
2022-05-22regencharlotte
2022-05-22usbdevs: Add Wacom "One" CTL-671 tabletcharlotte
2022-05-21s/artifical/artificial/ in comments.andvar
2022-05-21Correct byte-order for bufsize field of RX descriptor.rin
2022-05-21m_freem() *after* bus_dmamap_sync() and bus_dmamap_load() forrin
2022-05-21Add DPRINTF() to catch failure of m_defrag() in mvgbe_encap().rin