Skip to content

Commit a985b9c

Browse files
committed
docs: mctpd: don't specify EID ranges as contiguous
The spec currenty requires this, but that may change. So, don't bind the dbus API to requiring contiguous EIDs. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent 7686f6c commit a985b9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/mctpd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@ two properties:
228228

229229
### `.PoolStart`: `y`
230230

231-
A constant property representing the first EID in the contiguous range allocated
232-
for downstream endpoints.
231+
A constant property representing the first EID in the range allocated for
232+
downstream endpoints.
233233

234234
### `.PoolEnd`: `y`
235235

236-
A constant property representing the last EID in the contiguous range allocated
237-
for downstream endpoints.
236+
A constant property representing the last EID in the range allocated for
237+
downstream endpoints.
238238

239239
## Configuration
240240

0 commit comments

Comments
 (0)