Main index | Section 9 | Options |
#include <sys/bus.h>
#include <dev/superio/superio.h>
The superio_devid() function is used to get a device ID of the Super I/O controller dev.
The superio_revid() function is used to get a revision ID of the Super I/O controller dev.
The superio_find_dev() function is used to find a device on the superio(4) bus, specified by dev, that has the requested type and logical device number. Either of those, but not both, can be a wildcard. Supported types are SUPERIO_DEV_GPIO, SUPERIO_DEV_HWM, and SUPERIO_DEV_WDT. The wildcard value for type is SUPERIO_DEV_NONE. The wildcard value for ldn is -1.
The superio_write() function is used to write data to the Super I/O configuration register of the device dev.
The superio_dev_enable(), superio_dev_disable(), and superio_dev_enabled() functions are used to enable, disable, or check status of the device dev. The mask parameter selects sub-functions of a device that supports them. For devices that do not have sub-functions, mask should be set to 1.
The superio_get_iobase() is used to get a base I/O port configured for the device dev. The device may expose additional or alternative configuration access via the I/O ports.
The superio_get_irq() is used to get an interrupt number configured for the device dev.
The superio_get_ldn() is used to get a Logical Device Number of the device dev.
The superio_get_type() is used to get a type of the device dev.
SUPERIO (9) | October 11, 2019 |
Main index | Section 9 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Ken Thompson has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the other numerous idiot lights which plague the modern driver. Rather, if the driver makes a mistake, a giant “?” lights up in the center of the dashboard. “The experienced driver,” says Thompson, “will usually know what's wrong.” | ” |