HomeFreeBSD

Use DEV_TYP_NONE instead of -1 to indicate no device was specified.

Description

Use DEV_TYP_NONE instead of -1 to indicate no device was specified.

DEV_TYP_NONE has a value of zero, which makes more sense since the device
type is a bunch of bits describing the device, crammed into an int.

Details

Provenance
ianAuthored on
Parents
rS344253: netmap: don't schedule kqueue notify task when kqueue is not used
Branches
Unknown
Tags
Unknown