// SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1998 Grant R. Guenther <grant@torque.net> * * ktti.c is a low-level protocol driver for the KT Technology * parallel port adapter. This adapter is used in the "PHd" * portable hard-drives. As far as I can tell, this device * supports 4-bit mode _only_.
*/
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Grant R. Guenther ");
MODULE_DESCRIPTION("KT Technology parallel port IDE adapter protocol driver");
module_pata_parport_driver(ktti);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.