Searched refs:tdfx_devclass (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/tdfx/
H A Dtdfx_pci.c77 static devclass_t tdfx_devclass; variable
434 tdfx_info[0] = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, 0);
452 tdfx_info[1] = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, 1);
506 tdfx_info = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass,
599 tdfx_info = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass,
669 (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, piod->device);
696 tdfx_softc*)devclass_get_softc(tdfx_devclass, piod->device);
816 DRIVER_MODULE(tdfx, pci, tdfx_driver, tdfx_devclass, 0, 0);

Completed in 120 milliseconds