freebsd-nq/sys
Thomas Skibo f5d78bea1f sifive_spi: Add missing case for SPIBUS_MODE_NONE
Otherwise sckmode is left uninitialised, not zero. This mode is used for
the on-board flash on the HiFive Unmatched board. Whilst here, catch
unknown modes and return an error rather than silently continuing.

Reviewed by:	#riscv, jrtc27
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D31562
2021-08-30 23:38:02 +01:00
..
amd64 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
arm Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
arm64 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
bsm
cam targ(4): Remove D_NEEDGIANT. 2021-08-21 11:20:54 -04:00
cddl Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
compat Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
conf Don't error out on unused but set variables with clang 13 2021-08-29 15:53:40 +02:00
contrib Fix acpica macros that subtract null pointers 2021-08-30 21:34:34 +02:00
crypto aesni: Avoid a potential out-of-bounds load in aes_encrypt_icm() 2021-08-30 14:22:20 -04:00
ddb Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
dev cxgbei: Limit T5 transmit data segments to 15k. 2021-08-30 15:27:08 -07:00
dts
fs Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
gdb
geom Fix some common typos in source code comments 2021-08-28 18:57:23 +02:00
gnu
i386 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
isa
kern ktls: Support asynchronous dispatch of AEAD ciphers. 2021-08-30 13:11:52 -07:00
kgssapi
libkern libkern: remove bcopy 2021-08-24 11:24:07 +00:00
mips Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
modules Add support for Lewisburg GPIO through P2SB 2021-08-26 11:00:39 +02:00
net routing: Fix newly-added rt_get_inet[6]_parent() api. 2021-08-30 21:10:37 +00:00
net80211
netgraph routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). 2021-08-22 22:56:08 +00:00
netinet inet(3): Fix a few common typos in source code comments 2021-08-28 18:53:02 +02:00
netinet6 inet6(4): Fix a few common typos in source code comments 2021-08-28 18:53:59 +02:00
netipsec
netpfil pf: Introduce nvlist variant of DIOCGETSTATUS 2021-08-29 14:59:04 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). 2021-08-22 22:56:08 +00:00
opencrypto ktls: Support asynchronous dispatch of AEAD ciphers. 2021-08-30 13:11:52 -07:00
powerpc Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
riscv sifive_spi: Add missing case for SPIBUS_MODE_NONE 2021-08-30 23:38:02 +01:00
rpc
security
sys ktls: Support asynchronous dispatch of AEAD ciphers. 2021-08-30 13:11:52 -07:00
teken
tests
tools
ufs ddb: do not assume that ffs is mounted with softdep 2021-08-24 21:00:19 -05:00
vm vm: use __func__ for the correct function name 2021-08-22 17:43:12 +00:00
x86 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
xdr
xen
Makefile