Writing Device Drivers

identify()

The identify(9E) entry point is obsolete and is no longer required. identify(9E) was used to determine whether a driver accessed the device pointed to by dip. identify(9E) is currently supported only to provide backward compatibility with older drivers and should not be implemented. A driver should specify nulldev(9F) for this entry point in the dev_ops(9S) structure.