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. */ in superio_detect()
610 ("Only ITE, Nuvoton and Fintek SuperIO-s are supported")); in superio_detect()
619 "ITE IT%4x SuperIO (revision 0x%02x)", in superio_detect()
636 if (device_find_child(parent, "superio", -1)) { in superio_identify()
638 printf("superio: device(s) already created\n"); in superio_identify()
649 "superio", -1); in superio_identify()
651 device_printf(parent, "failed to add superio child\n"); in superio_identify()
712 mtx_init(&sc->conf_lock, device_get_nameunit(dev), "superio", MTX_DEF); in superio_attach()
724 UID_ROOT, GID_WHEEL, 0600, "superio%d", device_get_unit(dev)); in superio_attach()
845 retval = printf("superio:%s@ldn%0x2x: ", in superio_printf()
1038 superio_find_dev(device_t superio, superio_dev_type_t type, int ldn) in superio_find_dev() argument
1040 struct siosc *sc = device_get_softc(superio); in superio_find_dev()
1115 "superio",
1120 DRIVER_MODULE(superio, isa, superio_driver, 0, 0);
1121 MODULE_VERSION(superio, 1);