|
NAMEsuperio —
Super I/O controller and bus driver
SYNOPSISTo compile this driver into the kernel, place the following line in your kernel configuration file:device superio Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): superio_load="YES" DESCRIPTIONSuper I/O is an I/O controller that combines various low-bandwidth devices that can be functionally unrelated otherwise. A typical Super I/O can contain devices such as
The 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 The driver itself attaches to the ISA bus as all supported controllers are accessed via LPC I/O ports. The HARDWAREThesuperio driver supports a multitude of Super I/O
controllers produced by Nuvoton, formerly known as Winbond, and ITE.
SEE ALSOsuperio(9)HISTORYThesuperio driver was written by
Andriy Gapon
<avg@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |