diff options
author | 2012-10-17 12:12:18 +0000 | |
---|---|---|
committer | 2012-10-17 12:12:18 +0000 | |
commit | 3efea4f531e4df4369bb07bd07d6533923d74f63 (patch) | |
tree | 863c4348bf9b3773a7d9556903a11831611efefa | |
parent | Disable debug code. (diff) | |
download | wireguard-openbsd-3efea4f531e4df4369bb07bd07d6533923d74f63.tar.xz wireguard-openbsd-3efea4f531e4df4369bb07bd07d6533923d74f63.zip |
Enable vldc(4) and vldcp(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 957a137a06a..8aebb265868 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.268 2012/09/27 14:01:35 jsg Exp $ +# $OpenBSD: GENERIC,v 1.269 2012/10/17 12:12:18 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -344,6 +344,8 @@ vds* at cbus? vdsp* at vds? vsw* at cbus? vnet* at vsw? +vldc* at cbus? +vldcp* at vldc? ## Lance Ethernet - AMD7990 le* at sbus? |