swim3 support

Zach Joress (zach@joress.com)
Thu, 10 Sep 1998 22:30:15 -0400 (EDT)


I'm attempting to make the swim3 driver work under mklinux. (Works fine
under linuxppc, but mk users are SOL at this point) I'm making some
progress, but I'm turning up problems, as shown below in the make log.
Anyone care to suggest places to look for docs, or can someone put me in
contact with the original author? (Paul Mackerras)

Thanx,
Zach

--
Zach Joress                                     zach@joress.com
Partner, Joress Consulting Group                http://www.joress.com/

+++ CUT HERE +++ swim3.c: In function `swim3_select': swim3.c:257: warning: implicit declaration of function `out_8' swim3.c: In function `swim3_readbit': swim3.c:285: warning: implicit declaration of function `in_8' swim3.c: In function `start_request': swim3.c:321: warning: implicit declaration of function `end_request' swim3.c: In function `floppy_ioctl': swim3.c:827: warning: implicit declaration of function `copy_to_user' swim3.c: In function `floppy_release': swim3.c:926: structure has no member named `f_dentry' swim3.c:926: warning: passing arg 1 of `block_fsync' from incompatible pointer type swim3.c: In function `floppy_read': swim3.c:988: structure has no member named `f_dentry' swim3.c:996: warning: passing arg 1 of `block_read' from incompatible pointer type swim3.c:996: warning: passing arg 2 of `block_read' from incompatible pointer type swim3.c:996: warning: passing arg 3 of `block_read' makes pointer from integer without a cast swim3.c:996: warning: passing arg 4 of `block_read' makes integer from pointer without a cast swim3.c: In function `floppy_write': swim3.c:1002: structure has no member named `f_dentry' swim3.c:1010: warning: passing arg 1 of `block_write' from incompatible pointer type swim3.c:1010: warning: passing arg 2 of `block_write' from incompatible pointer type swim3.c:1010: warning: passing arg 3 of `block_write' makes pointer from integer without a cast swim3.c:1010: warning: passing arg 4 of `block_write' makes integer from pointer without a cast swim3.c: At top level: swim3.c:1019: warning: initialization from incompatible pointer type swim3.c:1020: warning: initialization from incompatible pointer type swim3.c:1028: warning: initialization from incompatible pointer type swim3.c:1031: warning: excess elements in struct initializer after `floppy_fops' swim3.c:1014: warning: `floppy_off' defined but not used +++ CUT HERE +++

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/faq.html