diff options
| author | Ryan Libby <rlibby@FreeBSD.org> | 2020-12-11 22:51:48 +0000 |
|---|---|---|
| committer | Ryan Libby <rlibby@FreeBSD.org> | 2020-12-11 22:51:48 +0000 |
| commit | da1c42cefe475f4116e0bb4404c86896f4c78be5 (patch) | |
| tree | 4b96f08683295fd422a880a3b532ecd5de6795b4 /sys/dev/ntb | |
| parent | d3bbf8af6801542d06b4c0bb934722c858ab5863 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ntb')
| -rw-r--r-- | sys/dev/ntb/ntb_hw/ntb_hw_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c index 3d4f4ba1c4eb..8eb210efb065 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c @@ -1309,6 +1309,7 @@ db_ioread(struct ntb_softc *ntb, uint64_t regoff) case NTB_XEON_GEN1: return (intel_ntb_reg_read(2, regoff)); } + __assert_unreachable(); } static inline void |
