Home
last modified time | relevance | path

Searched refs:superio (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/modules/superio/
H A DMakefile1 .PATH: ${.CURDIR}/../../dev/superio
3 KMOD= superio
4 SRCS= superio.c
/freebsd/sys/dev/superio/
H A Dsuperio.h59 device_t superio_find_dev(device_t superio, superio_dev_type_t type,
72 __BUS_ACCESSOR(superio, var, SUPERIO, ivar, type)
H A Dsuperio.c1037 superio_find_dev(device_t superio, superio_dev_type_t type, int ldn) in superio_find_dev() argument
1039 struct siosc *sc = device_get_softc(superio); in superio_find_dev()
1119 DRIVER_MODULE(superio, isa, superio_driver, 0, 0);
1120 MODULE_VERSION(superio, 1);
/freebsd/sys/dev/ftwd/
H A Dftwd.c150 DRIVER_MODULE(ftwd, superio, ftwd_driver, NULL, NULL);
151 MODULE_DEPEND(ftwd, superio, 1, 1, 1);
/freebsd/sys/dev/itwd/
H A Ditwd.c229 DRIVER_MODULE(itwd, superio, itwd_driver, NULL, NULL);
230 MODULE_DEPEND(itwd, superio, 1, 1, 1);
/freebsd/sys/dev/ncthwm/
H A Dncthwm.c256 DRIVER_MODULE(ncthwm, superio, ncthwm_driver, NULL, NULL);
257 MODULE_DEPEND(ncthwm, superio, 1, 1, 1);
/freebsd/share/man/man9/
H A DMakefile2504 _superio.9= superio.9
2505 MLINKS+=superio.9 superio_devid.9 \
2506 superio.9 superio_dev_disable.9 \
2507 superio.9 superio_dev_enable.9 \
2508 superio.9 superio_dev_enabled.9 \
2509 superio.9 superio_find_dev.9 \
2510 superio.9 superio_get_dma.9 \
2511 superio.9 superio_get_iobase.9 \
2512 superio.9 superio_get_irq.9 \
2513 superio.9 superio_get_ldn.9 \
[all …]
/freebsd/sys/conf/
H A Dfiles.i386
H A Dfiles.x86318 dev/superio/superio.c optional superio isa
/freebsd/sys/dev/wbwd/
H A Dwbwd.c679 DRIVER_MODULE(wb, superio, wb_driver, NULL, NULL);
680 MODULE_DEPEND(wb, superio, 1, 1, 1);
/freebsd/sys/dev/ftgpio/
H A Dftgpio.c601 DRIVER_MODULE(ftgpio, superio, ftgpio_driver, NULL, NULL);
603 MODULE_DEPEND(ftgpio, superio, 1, 1, 1);
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c1514 DRIVER_MODULE(nctgpio, superio, nct_driver, NULL, NULL);
1516 MODULE_DEPEND(nctgpio, superio, 1, 1, 1);
/freebsd/sys/modules/
H A DMakefile820 _superio= superio
/freebsd/share/man/man4/
H A DMakefile882 _superio.4= superio.4
/freebsd/sys/x86/conf/
H A DNOTES622 device superio
/freebsd/sys/amd64/conf/
H A DNOTES
/freebsd/sys/i386/conf/
H A DNOTES
/freebsd/
H A DUPDATING960 The nctgpio and wbwd drivers have been moved to the superio bus.
962 you should add device superio to it. If you use one of these drivers
964 add superio to the set.