freebsd-skq/sys/dev/pci
Konstantin Belousov 69baeadc31 Remove several write-only variables, all reported by the gcc 4.9
buildkernel run.

Some of them were write-only under some kernel options, e.g. variables
keeping values only used by CTR() macros.  It costs nothing to the
code readability and correctness to eliminate the warnings in those
cases too by removing the local cached values used only for
single-access.

Review:	https://reviews.freebsd.org/D2665
Reviewed by:	rodrigc
Looked at by:	bjk
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2015-05-29 13:24:17 +00:00
..
eisa_pci.c
fixup_pci.c
hostb_pci.c
ignore_pci.c
isa_pci.c
pci_if.m Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
pci_iov_if.m Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
pci_iov_private.h
pci_iov_schema.c
pci_iov.c Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
pci_iov.h Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
pci_pci.c Add a PCI bridge for the Freescale PCIe Root Complex 2015-05-11 20:58:05 +00:00
pci_private.h
pci_subr.c Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
pci_user.c
pci.c Remove several write-only variables, all reported by the gcc 4.9 2015-05-29 13:24:17 +00:00
pcib_if.m
pcib_private.h Add a PCI bridge for the Freescale PCIe Root Complex 2015-05-11 20:58:05 +00:00
pcib_support.c
pcireg.h
pcivar.h Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
schema_private.h
vga_pci.c