freebsd-dev/sys/dev/bhnd/bhndb
Landon J. Fuller 6467a17b49 bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.
- Fix reference of uninitialized error value in bhndb_generic_resume() if
  the dynamic window count is 0.

- Fix incorrect bhnd_pmu(4) UPTME_MASK and PLL0_PC2_WILD_INT_MASK
  constants.

- Variable definitions referenced by our generated SPROM layouts will never
  be NULL, but add explicit asserts to make that clear.

- Add missing variable initialization in bhnd_nvram_sprom_ident().

- Fix leak of driver array in bhnd_erom_probe_driver_classes().

- Fix zero-length memset() in bhndb_pci_eio_init().

- Fix an off-by-one error and potential invalid OOBSEL bit shift operation
  in bcma_dinfo_init_intrs().

- Remove dead code in siba_suspend_hw().

- Fix duplicate call to bhnd_pmu_enable_regulator() in both the enable and
  disable code paths of bhnd_compat_cc_pmu_set_ldoparef().

Reported by:	Coverity
CIDs:		1355194, 1362020, 1362022, 1373114, 1366563, 1373115,
		1381569, 1381579, 1383555, 1383566, 1383571
Sponsored by:	The FreeBSD Foundation
2017-12-15 04:51:47 +00:00
..
bhnd_bhndb.c bhnd(4): extend the PMU APIs to support bwn(4) 2017-11-22 20:27:46 +00:00
bhndb_bus_if.m Migrate bhndb(4) to the new bhnd_erom API. 2016-09-04 00:58:19 +00:00
bhndb_hwdata.c bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets. 2017-11-28 00:12:14 +00:00
bhndb_hwdata.h
bhndb_if.m bhnd(4): implement MIPS and PCI(e) interrupt support 2017-11-21 23:15:20 +00:00
bhndb_pci_hwdata.c bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets. 2017-11-28 00:12:14 +00:00
bhndb_pci_hwdata.h
bhndb_pci_sprom.c bhndb(4): Fix probing of bhndb-attached bhnd_nvram devices. 2016-09-04 01:47:21 +00:00
bhndb_pci.c bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity. 2017-12-15 04:51:47 +00:00
bhndb_pcireg.h bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets. 2017-11-28 00:12:14 +00:00
bhndb_pcivar.h bhnd(4): implement MIPS and PCI(e) interrupt support 2017-11-21 23:15:20 +00:00
bhndb_private.h bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets. 2017-11-28 00:12:14 +00:00
bhndb_subr.c bhndb(4): Fix incorrect assertion in bhndb_deregister_intr_handler(). 2017-12-02 00:09:58 +00:00
bhndb.c bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity. 2017-12-15 04:51:47 +00:00
bhndb.h bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets. 2017-11-28 00:12:14 +00:00
bhndbvar.h bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets. 2017-11-28 00:12:14 +00:00