diff options
author | avg <avg@FreeBSD.org> | 2016-12-14 16:27:28 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2016-12-14 16:27:28 +0000 |
commit | 32ef569d0ceff11eaf80fa26d8b69266100731b3 (patch) | |
tree | ef820d6ae4763196e51256ffa162e89594548c96 /UPDATING | |
parent | f599bb0eed67899afba8f32dfd9d752c13c58ec1 (diff) | |
download | FreeBSD-src-32ef569d0ceff11eaf80fa26d8b69266100731b3.zip FreeBSD-src-32ef569d0ceff11eaf80fa26d8b69266100731b3.tar.gz |
MFC r308104: add iic interface to ig4 driver, move isl and cyapa to iicbus
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20161030: + isl(4) and cyapa(4) drivers now require a new driver, + chromebook_platform(4), to work properly on Chromebook-class hardware. + On other types of hardware the drivers may need to be configured using + device hints. Please see the corresponding manual pages for details. + 20161210: Relocatable object files with the extension of .So have been renamed to use an extension of .pico instead. The purpose of this change is |