Lines Matching full:superio
48 #include <dev/superio/superio.h>
49 #include <dev/superio/superio_io.h>
102 .d_name = "superio",
583 /* Found a matching SuperIO entry. */
610 ("Only ITE, Nuvoton and Fintek SuperIO-s are supported"));
619 "ITE IT%4x SuperIO (revision 0x%02x)",
636 if (device_find_child(parent, "superio", -1)) {
638 printf("superio: device(s) already created\n");
649 "superio", -1);
651 device_printf(parent, "failed to add superio child\n");
712 mtx_init(&sc->conf_lock, device_get_nameunit(dev), "superio", MTX_DEF);
724 UID_ROOT, GID_WHEEL, 0600, "superio%d", device_get_unit(dev));
844 retval = printf("superio:%s@ldn%0x2x: ",
1037 superio_find_dev(device_t superio, superio_dev_type_t type, int ldn)
1039 struct siosc *sc = device_get_softc(superio);
1114 "superio",
1119 DRIVER_MODULE(superio, isa, superio_driver, 0, 0);
1120 MODULE_VERSION(superio, 1);