diff options
author | Leandro Lupori <luporl@FreeBSD.org> | 2020-03-12 12:47:10 +0000 |
---|---|---|
committer | Leandro Lupori <luporl@FreeBSD.org> | 2020-03-12 12:47:10 +0000 |
commit | c5568ba087413b483a8ca93c545af9ca497b8f0e (patch) | |
tree | e8702768c0744e86e4beae835e17082b9ec0bf35 /sys/conf/options.powerpc | |
parent | 0efe25f9a5c659a2de43c0c5322dc3537a87beb8 (diff) |
Enable ixl device on PowerPC64
The ixl driver now works on PowerPC64 and may be compiled in-kernel and
as a module.
Reviewed by: alfredo, erj
Sponsored by: Eldorado Research Institute (eldorado.org.br)
Differential Revision: https://reviews.freebsd.org/D23974
Notes
Notes:
svn path=/head/; revision=358908
Diffstat (limited to 'sys/conf/options.powerpc')
-rw-r--r-- | sys/conf/options.powerpc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc index 85b6b101fd95..1e24eb58a0e2 100644 --- a/sys/conf/options.powerpc +++ b/sys/conf/options.powerpc @@ -37,3 +37,5 @@ OFWCONS_POLL_HZ opt_ofw.h # AGP debugging support AGP_DEBUG opt_agp.h +# iWARP client interface support in ixl +IXL_IW opt_ixl.h |