Page MenuHomeFreeBSD

Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's device descriptions.
ClosedPublic

Authored by landonf on Aug 18 2016, 7:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 13, 1:13 AM
Unknown Object (File)
Feb 23 2024, 7:59 PM
Unknown Object (File)
Feb 23 2024, 7:58 PM
Unknown Object (File)
Feb 23 2024, 7:58 PM
Unknown Object (File)
Feb 23 2024, 2:12 PM
Unknown Object (File)
Dec 20 2023, 2:09 AM
Unknown Object (File)
Dec 13 2023, 10:22 PM
Unknown Object (File)
Nov 3 2023, 8:43 PM
Subscribers

Details

Summary

Pretty much what it says on the tin. Examples:

bhnd0: <BCM4312 SIBA bus> on bhndb0
bhnd0: <BCM43225 BCMA bus> on bhndb0

bhnd0: <BCM4716 BCMA bus> at mem 0x18000000-0x180fffff on nexus0
bhnd0: <BCM5365 SIBA bus> at mem 0x18000000-0x180fffff on nexus0

Depends on D7552

Test Plan
  • Does it blend?

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

landonf retitled this revision from to Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's device descriptions..
landonf updated this object.
landonf edited the test plan for this revision. (Show Details)
landonf added a reviewer: adrian.
mizhka requested changes to this revision.Aug 22 2016, 10:03 AM
mizhka added a reviewer: mizhka.
mizhka added a subscriber: mizhka.
mizhka added inline comments.
sys/dev/bhnd/bhnd_subr.c
308 ↗(On Diff #19466)

Let's use "< 40000" instead of 0x9FFF (40959). It allows to exclude all 4xxxx and 5xxxx chip IDs.

This revision now requires changes to proceed.Aug 22 2016, 10:03 AM
landonf edited edge metadata.
  • Cap the hex formatted range at 40000 (encompassing 0x4000-0x9C3F).
mizhka edited edge metadata.
This revision is now accepted and ready to land.Aug 22 2016, 6:00 PM
adrian edited edge metadata.
This revision was automatically updated to reflect the committed changes.