=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/68.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- www/68.html 2020/10/02 09:46:35 1.5 +++ www/68.html 2020/10/02 09:52:03 1.6 @@ -195,7 +195,7 @@
  • Added RK3328 PWM, also found in the RK3308, to rkpwm(4).
  • Added RK3308 temperature sensors to rktemp(4).
  • Added pcamux(4), a driver for the PCA8548 I2C switch. -
  • Introduced a framework for digital audio interfaces, and added simpleaudio(4), a driver for "simple audio cards." This is a wrapper connecting the I25 controller, the codec and some aux devices, and simpleamp(4), a driver for "simple audio amplifier," one of the aux devices for simpleaudio(4). +
  • Introduced a framework for digital audio interfaces, and added simpleaudio(4), a driver for "simple audio cards." This is a wrapper connecting the I2S controller, the codec and some aux devices, and simpleamp(4), a driver for "simple audio amplifier," one of the aux devices for simpleaudio(4).
  • Enabled nvme(4) on i386.
  • Added support for the Ericsson F5521gw Mobile Broadband Modem.
  • Implemented pci_intr_establish_cpu() for pyro(4) and vpci(4)-based sparc64 systems. @@ -307,7 +307,7 @@
  • Added cwfg(4), a driver for the Cellwise CW201x fuel gauge on the Pinebook Pro.
  • Populated a list of 256 brightness levels as a fallback when the device tree does not specify a list, making the Pinebook Pro display work with the dtb from Linux 5.7.
  • Added escodec(4), a driver for the Everest ES8316 audio codec used on the Pinebook Pro. -
  • Added rkiis(4), a driver for the I25 controller found on the Rockchip RK3399. +
  • Added rkiis(4), a driver for the I2S controller found on the Rockchip RK3399.
  • Fixed an sdhc(4) panic on the MACCHIATObin due to unaligned memory access.
  • Added bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.
  • Introduced opalcons(4), a driver for the OPAL console.