logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bhnd_chipc — Broadcom Home Networking Division ChipCommon Driver

Authors

       The   bhnd_chipc   driver  was  written  by  Landon  Fuller  <landonf@FreeBSD.org>,  and  Michael  Zhilin
       <mizhka@FreeBSD.org>.

Debian                                          October 16, 2017                                   BHND_CHIPC(4)

Description

       The bhnd_chipc driver supports the ChipCommon core found in Broadcom  Home  Networking  Division  network
       chipsets and embedded systems.

       The ChipCommon core provides an interface to common hardware facilities, including device identification,
       UARTs, CFI and SPI flash, One-time Programmable (OTP) Memory, and GPIO.

History

       The bhnd_chipc device driver first appeared in FreeBSD 11.0.

Name

       bhnd_chipc — Broadcom Home Networking Division ChipCommon Driver

See Also

bhnd(4), intro(4)

Synopsis

       To compile this driver into the kernel, add this line to the kernel configuration file:

             devicebhnd

       To  compile  driver  support  for  all  additional  devices  found in embedded systems, add the following
       additional lines to the kernel configuration file:

             devicecfidevicegpiodevicespibusdeviceuart

       To load the driver as a module at boot, add this line to loader.conf(5):

             bhnd_load="YES"

See Also