summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2018-06-11Apply changes of FreeBSD ix-3.2.18.tgz:msaitoh
2018-06-10remove irrelevant pci(9) #includes from virtio child driversjakllsch
2018-06-10The virtio block device capacity config item is expressed always injakllsch
2018-06-09port basic match support for several more Yukon variants from OpenBSD, togetherjdolecek
2018-06-09regenjdolecek
2018-06-09small sync of Marvell Yukon PCI product ids with OpenBSD - add 8048 variant, ...jdolecek
2018-06-08iwm(4) workaround as ifp->if_hwdl can be set only once. Advised nonaka@n.o an...knakahara
2018-06-08Fix "ifconfig iwm0" failures reported by ryoon@n.o. Advised nonaka@n.o and oz...knakahara
2018-06-07Make ld_virtio aware of a possible device-side write cache.jakllsch
2018-06-06Enhance the syntax in order to be acceptable by Clangkamil
2018-06-06Comment out unused functions in order to fix Clang buildkamil
2018-06-06shuffle mechanics of files.virtio config(5) include location,jakllsch
2018-06-06remove now-irrelevant <dev/pci> includesjakllsch
2018-06-06fix up virtio module for current structure; add virtio_pci modulejakllsch
2018-06-06Remove duplicate ;maya
2018-06-05Fix panic on boot with iwm(4). Advised by nonaka@n.o, thanks.knakahara
2018-06-04 Don't call ixgbe_rearm_queues() in ixgbe_local_timer1().msaitoh
2018-06-03unload payload dma map upon command completionjakllsch
2018-06-03add feature/register definitions from virtio-v1.0-cs04jakllsch
2018-06-03Constify ahc_pci_ident_table[] so that it lands in .rodata (1488 bytes).maxv
2018-06-03Constify several variables in ixgbe/ so that they land in .rodata (1038maxv
2018-06-03Constify the microcode variables used by BNX. This moves 38 pages of kernelmaxv
2018-06-03remove trailing whitespacejakllsch
2018-06-02Begin to detangle virtio from its PCI attachmentjakllsch
2018-06-02fix CVS keyword in __KERNEL_RCSIDjakllsch
2018-06-01set ATACH_DMA_BEFORE_CMDmacallan
2018-06-01another G5-specific fix - do a 32bit read of the status register beforemacallan
2018-06-01Fix M_PKTHDR use in if_alc, if_age and if_ena.maxv
2018-06-01Renamemaxv
2018-05-31regen.mrg
2018-05-31add a bunch of nvidia devices from various generations.mrg
2018-05-31Regen.msaitoh
2018-05-31- Add some Intel 82965 devices.msaitoh
2018-05-30 Add hw.ixgN.debug sysctl. "sysctl -w hw.ixgN.debug=1" dumps some registersmsaitoh
2018-05-30 Clear que->disabled_count in {ixgbe,ixv}_init_locked(). Without this,msaitoh
2018-05-28 Regen.msaitoh
2018-05-28 Add some Intel 4 series chipset devices.msaitoh
2018-05-26Match PCI_PRODUCT_INTEL_82Q45_IDER.jakllsch
2018-05-26regenjakllsch
2018-05-26Add Intel 82Q45 IDERjakllsch
2018-05-25Ensure to call if_register after interface initializations finishozaki-r
2018-05-24 Regen.msaitoh
2018-05-24 Add some Marvell Yukon devices.msaitoh
2018-05-23 Add "bool txr_no_space" for TX descriptor shortage. Use it like IFF_OACTIVE.msaitoh
2018-05-23 Don't check IFF_RUNNING in ixgbe_rxeof(). Doing break and leaving a deacriptormsaitoh
2018-05-23 Add rxd_nxck (Receive Descriptor next to check) read only sysctl.msaitoh
2018-05-21add Oxford Semiconductor OXPCIe954 PCIe 4-port serial cardjnemeth
2018-05-21regenjnemeth
2018-05-21add Oxford Semiconductor OXPCIe954 PCIe 4-port serial cardjnemeth
2018-05-19Re-enable PCI window decode enable in PCI Command Register uponjakllsch