|
NAMEchromebook_platform —
support driver for hardware on various Chromebook models
SYNOPSISTo compile this driver into the kernel, place the following lines into the kernel configuration file:device
chromebook_platform Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): chromebook_platform_load="YES" DESCRIPTIONThechromebook_platform driver provides automatic
configuration for devices that cannot be enumerated or safely probed. In
particular, I2C peripherals are different from model to model.
chromebook_platform has a model-specific information
about the I2C peripherals, their drivers, their bus attachments and slave
addresses.
Note that SEE ALSOcyapa(4), iicbus(4), isl(4)AUTHORSThechromebook_platform driver and this manual page were
written by Andriy Gapon
<avg@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |