opnsense-src/sys/dev/pci
Jessica Clarke 3b30406bff pci_dw: Drop unconditional explicit DEBUG define
This has been present since the first revision of the file. The debugf
macros have always been unused so it doesn't actually do anything
useful, and besides, debugging should not be unconditionally turned on
for a production driver. Moreover, this breaks the riscv LINT kernel
build as sys/conf/NOTES includes options DEBUG, resulting in a macro
redefinition error. This does not show up in the arm64 LINT kernel build
since that has an explicit nooptions DEBUG, which is dubious and should
be revisited. Rather than copy such a hack to riscv's NOTES, fix this
specific instance of DEBUG breaking.

Fixes:		896e217a0e ("fu740_pci_dw: Add SiFive FU740 PCIe controller driver")
MFC after:	1 week

(cherry picked from commit 22997b7550)
2021-09-07 13:08:15 +01:00
..
controller
fixup_pci.c
hostb_pci.c
ignore_pci.c
isa_pci.c
pci.c pci: enhance printf for leaked MSI[-X] vectors 2021-07-18 00:34:57 +00:00
pci_dw.c pci_dw: Drop unconditional explicit DEBUG define 2021-09-07 13:08:15 +01:00
pci_dw.h pci_dw: Detect number of outbound regions automatically 2021-09-07 13:06:48 +01:00
pci_dw_if.m
pci_dw_mv.c
pci_host_generic.c
pci_host_generic.h
pci_host_generic_acpi.c Only set the PCI bus end when we are reducing it 2020-11-29 16:22:33 +00:00
pci_host_generic_acpi.h
pci_host_generic_fdt.c
pci_host_generic_fdt.h
pci_if.m
pci_iov.c pci_iov: When pci_iov_detach(9) is called, destroy VF children 2020-12-18 03:46:50 +00:00
pci_iov.h
pci_iov_if.m
pci_iov_private.h
pci_iov_schema.c
pci_pci.c pcib(4): Write window registers after resource adjustment 2021-09-01 16:55:13 -04:00
pci_private.h
pci_subr.c
pci_user.c pci: Add an ioctl to perform I/O to BARs 2021-08-29 12:39:42 -04:00
pcib_if.m
pcib_private.h
pcib_support.c
pcireg.h
pcivar.h MFC 1acf24a044: 2021-03-24 08:54:52 +01:00
schema_private.h
vga_pci.c