diff options
author | 2019-03-28 10:15:23 +0000 | |
---|---|---|
committer | 2019-03-28 10:15:23 +0000 | |
commit | b62f8280335b77dc30d024ffb7130f86d60e6dc3 (patch) | |
tree | 21186657030fe43aa6b3575c38c42de0875f1c0a | |
parent | Enable uxrcom(4). (diff) | |
download | wireguard-openbsd-b62f8280335b77dc30d024ffb7130f86d60e6dc3.tar.xz wireguard-openbsd-b62f8280335b77dc30d024ffb7130f86d60e6dc3.zip |
Enable uxrcom(4).
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index b85e1099412..fd9cce5b88f 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.96 2019/02/03 14:03:36 patrick Exp $ +# $OpenBSD: GENERIC,v 1.97 2019/03/28 10:15:23 kettenis Exp $ # # GENERIC machine description file # @@ -245,6 +245,8 @@ uchcom* at uhub? # WinChipHead CH341/340 serial ucom* at uchcom? uticom* at uhub? # TI serial ucom* at uticom? +uxrcom* at uhub? # Exar XR21V1410 serial +ucom* at uxrcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI |