Print this page
12309 errors in section 9e of the manual

*** 9,19 **** .\" http://www.illumos.org/license/CDDL. .\" .\" .\" Copyright (c) 2017, Joyent, Inc. .\" ! .Dd Nov 26, 2017 .Dt MAC_CAPAB_TRANSCEIVER 9E .Os .Sh NAME .Nm mac_capab_transceiver , .Nm mct_info , --- 9,19 ---- .\" http://www.illumos.org/license/CDDL. .\" .\" .\" Copyright (c) 2017, Joyent, Inc. .\" ! .Dd February 15, 2020 .Dt MAC_CAPAB_TRANSCEIVER 9E .Os .Sh NAME .Nm mac_capab_transceiver , .Nm mct_info ,
*** 154,164 **** .Sy MAC_CAPAB_TRANSCEIVER , then the value of the capability structure is the following structure: .Bd -literal -offset indent typedef struct mac_capab_transceiver { uint_t mct_flags; ! uint_t mct_ntransceiveres; int (*mct_info)(void *driver, uint_t id, mac_transceiver_info_t *infop), int (*mct_read)(void *driver, uint_t id, uint_t page, void *buf, size_t nbytes, off_t offset, size_t *nread) --- 154,164 ---- .Sy MAC_CAPAB_TRANSCEIVER , then the value of the capability structure is the following structure: .Bd -literal -offset indent typedef struct mac_capab_transceiver { uint_t mct_flags; ! uint_t mct_ntransceivers; int (*mct_info)(void *driver, uint_t id, mac_transceiver_info_t *infop), int (*mct_read)(void *driver, uint_t id, uint_t page, void *buf, size_t nbytes, off_t offset, size_t *nread)
*** 183,193 **** member to .Sy 0 . .It Sy mct_ntransceivers The value of .Sy mct_ntransceivers ! indicates that the number of transceivers present in the device. For most devices, it is expected that this value will be set to one. However, some devices do support multiple transceivers and PHYs that show up behind a single logical MAC. .Pp It is expected that this value will not change across the lifetime of --- 183,193 ---- member to .Sy 0 . .It Sy mct_ntransceivers The value of .Sy mct_ntransceivers ! indicates the number of transceivers present in the device. For most devices, it is expected that this value will be set to one. However, some devices do support multiple transceivers and PHYs that show up behind a single logical MAC. .Pp It is expected that this value will not change across the lifetime of
*** 229,239 **** the functions described in the section .Sx Information Functions . After successfully calling all of the functions, the driver should return .Sy 0 . ! Othewrise, it should return the appropriate error number. For a full list of error numbers, see .Xr Intro 2 . Common values are: .Bl -tag -width Er -offset width .It Er EINVAL --- 229,239 ---- the functions described in the section .Sx Information Functions . After successfully calling all of the functions, the driver should return .Sy 0 . ! Otherwise, it should return the appropriate error number. For a full list of error numbers, see .Xr Intro 2 . Common values are: .Bl -tag -width Er -offset width .It Er EINVAL