summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2022-10-11There is an xHCI device which has USB 2 port only. Support it.msaitoh
2022-10-07regensnj
2022-10-07add NVIDIA GeForce GTX 770snj
2022-10-02Add extra delay quirk for AMD FCH SATA Controller D.martin
2022-10-02regen (AMD FCH SATA D added)martin
2022-10-02Add AMD FCH SATA Controller Dmartin
2022-10-02PR kern/57035rin
2022-10-01Regen.msaitoh
2022-10-01Add AMD 19h/6xh Root Complex.msaitoh
2022-10-01No need to mangle argument of macro.rin
2022-10-01Use appropriate macros. No binary changes for GCC/amd64.rin
2022-10-01Remove confusing braces. No binary changes.rin
2022-10-01trailing whitespacerin
2022-10-01PR kern/57035rin
2022-09-29Convert from pci_intr_map() to pci_intr_alloc(); makes the driver usebouyer
2022-09-28Regen.msaitoh
2022-09-28Sort by number. No functional change.msaitoh
2022-09-28Add Intel Core 8G (8core, H, Halo) Host Bridge, DRAM.msaitoh
2022-09-28Jasper Lake Intel Trace Hub on Compute Die is not 0x4da6 but 0x4e29.msaitoh
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-25s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments.andvar
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-22ichsmb(4): Remove confusing `lpcib_' prefix on register names.riastradh
2022-09-22ichsmb(4): Only rescan i2cbus child if requested.riastradh
2022-09-22ichsmb(4): Use config_detach_children to simplify.riastradh
2022-09-22ichsmb(4): Attach i2c bus only once.riastradh
2022-09-22Take and release IFNET_LOCK around aq_stop in aq_detach. Also, call withskrll
2022-09-22aq(4): Don't schedule tick callout on interrupt if stopping.riastradh
2022-09-21No need to include <sys/malloc.h>thorpej
2022-09-21Fix a memory leak in an extremely uncommon error path in ste_start().thorpej
2022-09-20fill out more of the linux pci API compatmrg
2022-09-17Use C99 designated initializers.tsutsui
2022-09-17Make local functions static.tsutsui
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17vte_ifstart(): Make the condition if the transmit loop the number ofthorpej
2022-09-17alc_start(): Remove redundant IFQ_IS_EMPTY(). This very same conditionthorpej
2022-09-17age_start(): Remove redundant IFQ_IS_EMPTY(). This very same conditionthorpej
2022-09-16s/Paket/Packet/andvar
2022-09-16It is correct to update ifp statistics per packet, just remove commented out ...knakahara
2022-09-16Some MP improvementsskrll
2022-09-16Add ALWAYS_TXDEFER option to ixl(4), too.knakahara
2022-09-16Add ALWAYS_TXDEFER option to vmx(4), too.knakahara
2022-09-16ixg(4) add an option for Tx to use deferred softint regardless of whether can...knakahara
2022-09-14mfii: Don't panic on detach.msaitoh
2022-09-13Add Intel 600 series PCH-LP devices support.msaitoh
2022-09-13Regen.msaitoh
2022-09-13Add more Alder Lake devices.msaitoh
2022-09-12Uniform vioif's link status to if_link_state. Implemented by yamaguchi@n.o.knakahara
2022-09-11Packets larger than 1518 bytes (1522 bytes if VLAN tag is included) are no lo...ryo