Date: Wed, 5 Dec 2001 01:08:23 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/joy joy.c joy_isa.c joy_pccard.c joyvar.h Message-ID: <200112050908.fB598O818690@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/12/05 01:08:23 PST Modified files: sys/dev/joy joy.c Added files: sys/dev/joy joy_isa.c joy_pccard.c joyvar.h Log: Split joystick driver into ISA and PC Card front ends. Similar code was submitted in PR 5559 by Takeshi OHASHI-san, but the PC Card system has changed much since then, so this is a fresh implementation. PR: i386/5559 Submitted by: Takeshi OHASHI Revision Changes Path 1.43 +124 -150 src/sys/dev/joy/joy.c 1.1 +83 -0 src/sys/dev/joy/joy_isa.c (new) 1.1 +72 -0 src/sys/dev/joy/joy_pccard.c (new) 1.1 +45 -0 src/sys/dev/joy/joyvar.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112050908.fB598O818690>