# HG changeset patch # Parent 6bee70148568d2df54ea0c924f5477c0c18a30f3 diff -r 6bee70148568 sys/sys/module.h --- a/sys/sys/module.h +++ b/sys/sys/module.h @@ -183,6 +183,9 @@ struct mod_pnp_match_info * where TYPE is one of the following: * U8 uint8_t element * V8 like U8 and 0xff means match any + * G16 uint16_t element, any value >= matches + * L16 uint16_t element, any value <= matches + * M16 uint16_t element, mask of which of the following fields to use. * U16 uint16_t element * V16 like U16 and 0xffff means match any * U32 uint32_t element