freebsd-skq/sys/dev/bhnd
adrian fbc1338474 [bhnd] Fix ChipCommon probing.
ChipCommon probing uses mapping table "chipc_devices". It calls bhnd_device_lookup,
which iterate over mapping table with end condition:

entry->desc != NULL

So if mapping table contains row with description equals to NULL, it will
stop processing of mapping. I.e. description is mandatory field and should
be not NULL.

This patch corrects mapping table for ChipCommon.

Submitted by:	Michael Zhilin <mizhka@gmail.com>
Differential Revision:	https://reviews.freebsd.org/D6088
2016-04-25 16:53:13 +00:00
..
bcma Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
bhndb [bhnd] use correct bus deallocation method 2016-04-22 16:28:41 +00:00
cores [bhnd] Fix ChipCommon probing. 2016-04-25 16:53:13 +00:00
nvram
siba [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostb 2016-04-22 16:26:53 +00:00
tools
bcmsrom_fmt.h
bcmsrom_tbl.h
bhnd_bus_if.m [bhnd] Clean up bhnd resource handling and inherited bus methods 2016-04-19 15:53:57 +00:00
bhnd_core.h
bhnd_ids.h
bhnd_subr.c [bhnd] Standardize bhnd device tables and quirk matching. 2016-04-19 15:56:39 +00:00
bhnd_types.h
bhnd.c [bhnd] Clean up bhnd resource handling and inherited bus methods 2016-04-19 15:53:57 +00:00
bhnd.h [bhnd] Standardize bhnd device tables and quirk matching. 2016-04-19 15:56:39 +00:00
bhndreg.h
bhndvar.h [bhnd] Clean up bhnd resource handling and inherited bus methods 2016-04-19 15:53:57 +00:00