diff options
author | 2020-06-10 17:52:06 +0000 | |
---|---|---|
committer | 2020-06-10 17:52:06 +0000 | |
commit | 2bd8d0627105cd59b655600fae7da7271e5159e6 (patch) | |
tree | b03f711c5154655cdfba16860396742dc254ba72 | |
parent | Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allows (diff) | |
download | wireguard-openbsd-2bd8d0627105cd59b655600fae7da7271e5159e6.tar.xz wireguard-openbsd-2bd8d0627105cd59b655600fae7da7271e5159e6.zip |
Enable cwfg(4)
ok kettenis@
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 060315f8c01..dd8703b220e 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.167 2020/05/22 08:53:01 patrick Exp $ +# $OpenBSD: GENERIC,v 1.168 2020/06/10 17:52:06 patrick Exp $ # # GENERIC machine description file # @@ -422,6 +422,7 @@ uk* at scsibus? # I2C devices abcrtc* at iic? # Abracon x80x RTC +cwfg* at iic? # CellWise CW201x fuel gauge dsxrtc* at iic? # DS3231 RTC fanpwr* at iic? # FAN53555 regulator fusbtc* at iic? # USB Type-C controller |