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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A DMakefile19 obj-$(CONFIG_PARIDE_FIT3) += fit3.o
H A Dfit3.c2 fit3.c (c) 1998 Grant R. Guenther <grant@torque.net>
5 fit3.c is a low-level protocol driver for newer models
176 printk("%s: fit3 %s, FIT 3000 adapter at 0x%x, "
183 static struct pi_protocol fit3 = { variable in typeref:struct:pi_protocol
185 .name = "fit3",
201 return paride_register(&fit3);
206 paride_unregister(&fit3);

Completed in 63 milliseconds