Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hilid(4) [netbsd man page]

HILID(4)						   BSD Kernel Interfaces Manual 						  HILID(4)

NAME
hilid -- HIL ID module device SYNOPSIS
hilid* at hil? DESCRIPTION
This driver recognizes the HIL ``ID module'' device. The only purpose of this device is to provide a small, unique, bitstring. SEE ALSO
hil(4), intro(4) BUGS
There is currently no way to communicate the ID module bitstring to userland applications. BSD
February 9, 2011 BSD

Check Out this Related Man Page

PT(4)							   BSD Kernel Interfaces Manual 						     PT(4)

NAME
pt -- SCSI processor type driver SYNOPSIS
device pt DESCRIPTION
The pt driver provides support for a SCSI processor type device. These are usually scanners and other devices using the SCSI link as a com- munication interface with device specific commands embedded in the data stream. A SCSI adapter must be separately configured into the system before this driver can be used. This device supports read(2) and write(2), and the ioctl(2) calls described below. IOCTLS
The following ioctl(2) calls are supported by the pt driver. They are defined in the header file <sys/ptio.h>. PTIOCGETTIMEOUT This ioctl allows userland applications to fetch the current pt driver read and write timeout. The value returned is in seconds. PTIOCSETTIMEOUT This ioctl allows userland applications to set the current pt driver read and write timeouts. The value should be in sec- onds. FILES
/dev/ptN the Nth processor device. SEE ALSO
cam(4) HISTORY
The pt driver appeared in FreeBSD 2.1. BSD
March 2, 1995 BSD
Man Page