Main index | Section 4 | Options |
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
superio_load="YES"
The superio driver provides support for devices residing in the Super I/O controller that can only be accessed or discovered using the controller's interface. Some of the Super I/O devices have standardized interfaces. Such devices either use well-known legacy resources or they are advertised via ACPI or both. They can be configured either using ISA bus hints or they are auto-configured by acpi(4). The superio driver is not designed to interact with that kind of devices. They can be handled by their respective drivers without any knowledge of the Super I/O specifics. For instance, fdc(4) provides access to the floppy disk controller.
There are other Super I/O devices that do not have any standardized interface. Drivers for those devices can be written using facilities of the superio driver.
The driver itself attaches to the ISA bus as all supported controllers are accessed via LPC I/O ports.
The superio driver is unusual as it is both a controller driver for a variety of Super I/O controllers and a bus driver for supported devices in those controllers.
SUPERIO (4) | October 11, 2019 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.